Skip to content

Commit f7223b4

Browse files
fix: update sidebar color in dark mode for consistent look (#87)
1 parent c2be9ef commit f7223b4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/index.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@
6363
--chart-3: 30 80% 55%;
6464
--chart-4: 280 65% 60%;
6565
--chart-5: 340 75% 55%;
66-
--sidebar-background: 240 5.9% 10%;
67-
--sidebar-foreground: 240 4.8% 95.9%;
68-
--sidebar-primary: 224.3 76.3% 48%;
69-
--sidebar-primary-foreground: 0 0% 100%;
70-
--sidebar-accent: 240 3.7% 15.9%;
71-
--sidebar-accent-foreground: 240 4.8% 95.9%;
72-
--sidebar-border: 240 3.7% 15.9%;
73-
--sidebar-ring: 217.2 91.2% 59.8%;
66+
--sidebar-background: var(--background);
67+
--sidebar-foreground: var(--foreground);
68+
--sidebar-primary: var(--primary);
69+
--sidebar-primary-foreground: var(--primary-foreground);
70+
--sidebar-accent: var(--accent);
71+
--sidebar-accent-foreground: var(--accent-foreground);
72+
--sidebar-border: var(--border);
73+
--sidebar-ring: var(--ring);
7474
}
7575

7676
/* styles.css */

0 commit comments

Comments
 (0)