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.
2 parents 1ea7119 + 6ee1e12 commit 46d43aeCopy full SHA for 46d43ae
1 file changed
assets/css/styles.css
@@ -13,6 +13,18 @@
13
--transition: 0.18s ease;
14
}
15
16
+@media (prefers-color-scheme: light) {
17
+ :root {
18
+ --color-bg: #f5f7fa;
19
+ --color-surface: #ffffff;
20
+ --color-border: #d1d9e0;
21
+ --color-text: #1a202c;
22
+ --color-muted: #4a5568;
23
+ --color-accent: #3a6fdb;
24
+ --color-accent-h: #2558c4;
25
+ }
26
+}
27
+
28
/* ─── Base ───────────────────────────────────────────────────── */
29
*, *::before, *::after {
30
box-sizing: border-box;
0 commit comments