We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b6948 commit d0a809bCopy full SHA for d0a809b
1 file changed
src/styles.css
@@ -14,8 +14,8 @@
14
15
:root[data-theme='dark'] {
16
color-scheme: dark;
17
- --bg: #10110f;
18
- --bg-top: #1a1c18;
+ --bg: #0b0b0b;
+ --bg-top: #0b0b0b;
19
--surface: #151613;
20
--text: #f5f3ee;
21
--muted: #b7b2a8;
@@ -29,13 +29,17 @@
29
box-sizing: border-box;
30
}
31
32
+html {
33
+ background: var(--bg);
34
+}
35
+
36
body {
37
margin: 0;
38
min-height: 100vh;
39
min-height: 100svh;
40
font-family: 'Space Mono', monospace;
41
color: var(--text);
- background: radial-gradient(circle at top, var(--bg-top) 0%, var(--bg) 55%);
42
43
overflow-x: hidden;
44
45
0 commit comments