We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757ec4b commit 4fbe458Copy full SHA for 4fbe458
src/tokens.css
@@ -52,12 +52,18 @@
52
53
:root [data-theme="dark"] {
54
color-scheme: dark;
55
- --background: 240 10% 0%;
+ --background: 240 3.7% 6%;
56
--foreground: 0 0% 98%;
57
- --paper: 240 3.7% 9.9%;
+ --paper: 240 3.7% 7.9%;
58
/* --paper2: 240 3.7% 13.9%; */
59
60
61
+ /* --background: 240 10% 0%;
62
+ --foreground: 0 0% 98%;
63
64
+ --paper2: 240 3.7% 13.9%;
65
+ --card: 240 10% 5.9%; */
66
+
67
--card: var(--paper);
68
--card-foreground: 0 0% 98%;
69
@@ -80,7 +86,7 @@
80
86
--destructive-foreground: 240 10% 5.9%;
81
87
82
88
--border: 240 3.7% 16.9%;
83
- --input: 240 3.7% 26.9%;
89
+ --input: 240 3.7% 16.9%;
84
90
--ring: 240 4.9% 83.9%;
85
91
92
--sidebar-background: var(--paper);
0 commit comments