Skip to content

Commit 591c1d3

Browse files
committed
docs: remove errant leftover dark mode styles
1 parent f9268e4 commit 591c1d3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/docs/assets/css/variables.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,3 @@
1414
/* Border colors */
1515
--color-border: #e5e7eb; /* gray-200 */
1616
}
17-
18-
@media (prefers-color-scheme: dark) {
19-
:root {
20-
--color-text-primary: #f3f4f6; /* gray-100 */
21-
--color-text-secondary: #d1d5db; /* gray-300 */
22-
23-
--color-bg-card: #1f2937; /* gray-800 */
24-
--color-bg-card-secondary: #111827; /* gray-900 */
25-
26-
--color-border: #374151; /* gray-700 */
27-
}
28-
}

0 commit comments

Comments
 (0)