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 6e42d03 commit 116ea5cCopy full SHA for 116ea5c
website/.vuepress/styles/index.scss
@@ -12,3 +12,24 @@
12
width: 100%;
13
height: 100%;
14
}
15
+
16
+:root {
17
+ // brand colors
18
+ --c-brand: #459e48;
19
20
+ // background colors
21
+ --c-bg: #ffffff;
22
23
+ --c-text: #1c1e21;
24
25
+}
26
27
28
+html.dark {
29
30
+ --c-brand: #03C988;
31
32
33
+ --c-bg: #1b1b1d;
34
35
0 commit comments