fix(web): raise dark --primary contrast to AA for button labels (#59)

This commit is contained in:
2026-06-07 16:40:47 +02:00
parent 4f3db60ed2
commit eead013ccd
+2 -2
View File
@@ -69,7 +69,7 @@
--card-foreground: oklch(0.985 0 0);
--popover: oklch(0.205 0 0);
--popover-foreground: oklch(0.985 0 0);
--primary: oklch(0.673 0.182 276.935);
--primary: oklch(0.72 0.18 277);
--primary-foreground: oklch(0.205 0 0);
--secondary: oklch(0.269 0 0);
--secondary-foreground: oklch(0.985 0 0);
@@ -86,7 +86,7 @@
--highlight-foreground: oklch(0.205 0 0);
--border: oklch(1 0 0 / 10%);
--input: oklch(1 0 0 / 15%);
--ring: oklch(0.673 0.182 276.935);
--ring: oklch(0.72 0.18 277);
}
@layer base {