improve colors for accessibility and style
All checks were successful
/ Build and deploy website (push) Successful in 4m31s

This commit is contained in:
kleines Filmröllchen 2025-10-12 22:17:57 +02:00
parent 3e2af3b038
commit e5b078da25
Signed by: filmroellchen
SSH key fingerprint: SHA256:UMhcHaeI+VGsiUL2Drpw3aj1iRiQUlx8nxZqUPvoaVw

View file

@ -4,7 +4,7 @@
--main-bg-contrast-color: oklch(40% 0 0); --main-bg-contrast-color: oklch(40% 0 0);
--main-text-color: oklch(92% 0 none); --main-text-color: oklch(92% 0 none);
--main-accent-color: oklch(85.23% 0.1662 89.73); --main-accent-color: oklch(85.23% 0.1662 89.73);
--secondary-accent-color: oklch(64.41% 0.1673 44.98); --secondary-accent-color: oklch(64.41% 0.1662 44.98);
/* Tell browser that we support dark and light mode. /* Tell browser that we support dark and light mode.
Allows browser to change UI elements to match the color scheme. Allows browser to change UI elements to match the color scheme.
@ -19,8 +19,8 @@
--main-bg-color: oklch(99% 0 0); --main-bg-color: oklch(99% 0 0);
--main-bg-contrast-color: oklch(90% 0 0); --main-bg-contrast-color: oklch(90% 0 0);
--main-text-color: oklch(15% 0 0); --main-text-color: oklch(15% 0 0);
--main-accent-color: oklch(40.8% 0.074 45); --main-accent-color: oklch(50% 0.1662 44.98);
--secondary-accent-color: oklch(85.13% 0.1737 89.73); --secondary-accent-color: oklch(79% 0.18 89.03);
} }
} }