[Bug] Fix system table in Safari (#1092)

Co-authored-by: henrygd <hank@henrygd.me>
This commit is contained in:
Sven van Ginkel
2025-08-28 18:07:27 +02:00
committed by GitHub
parent 059d2d0a5b
commit 50d2406423
2 changed files with 2 additions and 1 deletions

View File

@@ -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%);