We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9268e4 commit 591c1d3Copy full SHA for 591c1d3
packages/docs/assets/css/variables.css
@@ -14,15 +14,3 @@
14
/* Border colors */
15
--color-border: #e5e7eb; /* gray-200 */
16
}
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