Skip to content

Commit 116ea5c

Browse files
committed
theme: touch up palette
1 parent 6e42d03 commit 116ea5c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

website/.vuepress/styles/index.scss

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,24 @@
1212
width: 100%;
1313
height: 100%;
1414
}
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+
// brand colors
30+
--c-brand: #03C988;
31+
32+
// background colors
33+
--c-bg: #1b1b1d;
34+
35+
}

0 commit comments

Comments
 (0)