We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f120c19 commit 7872464Copy full SHA for 7872464
1 file changed
src/base.scss
@@ -14,6 +14,13 @@
14
--accent: #fa986b;
15
}
16
17
+html[data-theme="dark"] {
18
+ --background: rgb(52, 51, 58);
19
+ --accent-background: rgb(81, 79, 90);
20
+ --text: #d8d8d8;
21
+ --text-light: #ffffff;
22
+}
23
+
24
html {
25
font-family: var(--sans-font);
26
scroll-behavior: smooth;
@@ -22,13 +29,6 @@ html {
29
background: var(--background);
30
31
-html[data-theme="dark"] {
- --background: rgb(52, 51, 58);
27
- --accent-background: rgb(81, 79, 90);
28
- --text: #d8d8d8;
- --text-light: #ffffff;
-}
-
32
html.theme-switch,
33
html.theme-switch *,
34
html.theme-switch *:before,
0 commit comments