refactor: update background color in dark theme for improved contrast

This commit is contained in:
Marco Pedone 2025-11-17 17:00:23 +01:00
parent fbc11b5f77
commit b786d7741c

View file

@ -227,7 +227,7 @@
} }
.dark { .dark {
--background: oklch(0.18 0 0); --background: oklch(26.033% 0.00003 271.152);
--foreground: oklch(0.95 0 0); --foreground: oklch(0.95 0 0);
--card: oklch(0.21 0 0); --card: oklch(0.21 0 0);
--card-foreground: oklch(0.95 0 0); --card-foreground: oklch(0.95 0 0);