style: set card background to pure white for better contrast

- Change --card from slightly off-white to pure white (oklch 1.0000)
This commit is contained in:
Thomas Camlong
2025-10-13 15:39:03 +02:00
parent a9a97f54b5
commit 7dc93ac86f

View File

@@ -159,7 +159,7 @@
--background: oklch(1.0000 0 0); --background: oklch(1.0000 0 0);
--foreground: oklch(0.1884 0.0128 248.5103); --foreground: oklch(0.1884 0.0128 248.5103);
--card: oklch(0.9784 0.0011 197.1387); --card: oklch(1.0000 0 0);
--card-foreground: oklch(0.1884 0.0128 248.5103); --card-foreground: oklch(0.1884 0.0128 248.5103);
--popover: oklch(1.0000 0 0); --popover: oklch(1.0000 0 0);
--popover-foreground: oklch(0.1884 0.0128 248.5103); --popover-foreground: oklch(0.1884 0.0128 248.5103);