diff --git a/beszel/site/src/components/systems-table/systems-table.tsx b/beszel/site/src/components/systems-table/systems-table.tsx index bebca9b..2ddc77b 100644 --- a/beszel/site/src/components/systems-table/systems-table.tsx +++ b/beszel/site/src/components/systems-table/systems-table.tsx @@ -292,7 +292,7 @@ const SystemTableRow = memo( return ( diff --git a/beszel/site/src/index.css b/beszel/site/src/index.css index 92302a3..5b62e44 100644 --- a/beszel/site/src/index.css +++ b/beszel/site/src/index.css @@ -2,6 +2,7 @@ @import "tw-animate-css"; @custom-variant dark (&:is(.dark *)); +@custom-variant safari (@supports (hanging-punctuation: first) and (-webkit-appearance: none)); :root { --background: hsl(30 8% 98%);