Update globals.css

This commit is contained in:
Tommy D. Rossi
2026-02-20 12:25:55 +01:00
parent 7fe09ea35e
commit d338dba8c0
+5 -1
View File
@@ -37,7 +37,10 @@
--sidebar-accent-foreground: oklch(0.871 0.006 286.286); --sidebar-accent-foreground: oklch(0.871 0.006 286.286);
--sidebar-border: oklch(0.92 0.004 286.32); --sidebar-border: oklch(0.92 0.004 286.32);
--sidebar-ring: oklch(0.871 0.006 286.286); --sidebar-ring: oklch(0.871 0.006 286.286);
}
/* Dark mode overrides — @variant dark inside :root compiles to
:root:where(.dark, .dark *), following whatever strategy is
configured in @custom-variant dark above */
@variant dark { @variant dark {
--background: oklch(0.21 0.006 285.885); --background: oklch(0.21 0.006 285.885);
--foreground: oklch(0.985 0 0); --foreground: oklch(0.985 0 0);
@@ -72,6 +75,7 @@
--sidebar-border: oklch(0.274 0.006 286.033); --sidebar-border: oklch(0.274 0.006 286.033);
--sidebar-ring: oklch(0.442 0.017 285.786); --sidebar-ring: oklch(0.442 0.017 285.786);
} }
}
@theme inline { @theme inline {
--color-border: var(--border); --color-border: var(--border);