Update color scheme
All checks were successful
Lint / lint (push) Successful in 13s

This commit is contained in:
Julien Valverdé
2025-10-16 03:13:40 +02:00
parent 4ad043db82
commit 64a564b6cc

View File

@@ -4,11 +4,11 @@
@import "@fontsource/work-sans"; @import "@fontsource/work-sans";
:root { :root {
--background: oklch(95.38% 0.0357 72.89); --background: hsl(220 23% 95%);
--secondary-background: oklch(100% 0 0); --secondary-background: oklch(100% 0 0);
--foreground: oklch(0% 0 0); --foreground: oklch(0% 0 0);
--main-foreground: oklch(0% 0 0); --main-foreground: oklch(0% 0 0);
--main: oklch(72.27% 0.1894 50.19); --main: hsl(220 23% 95%);
--border: oklch(0% 0 0); --border: oklch(0% 0 0);
--ring: oklch(0% 0 0); --ring: oklch(0% 0 0);
--overlay: oklch(0% 0 0 / 0.8); --overlay: oklch(0% 0 0 / 0.8);