File tree Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ format:
62
62
html :
63
63
theme :
64
64
light : cosmo
65
+ dark : [solar, theming/theme-dark.scss]
65
66
css : theming/styles.css
66
67
toc : true
67
68
smooth-scroll : true
Original file line number Diff line number Diff line change
1
+ /* -- scss:defaults --*/
2
+
3
+ $navbar-bg : #192222 ;
4
+ $navbar-fg : #1bb3ac ;
5
+ $footer-bg : #192222 ;
6
+ $footer-fg : #1bb3ac ;
7
+ $body-color : #fff ;
8
+ $body-bg : #131818 ;
9
+
10
+ a {
11
+ color : #2aa198 !important ;
12
+ }
13
+
14
+ a :hover {
15
+ color : #31dce6 !important ;
16
+ }
17
+
18
+ code {
19
+ background-color : #172424 !important ;
20
+ }
21
+
22
+ .menu-text :hover {
23
+ color : #31dce6 !important ;
24
+ }
25
+
26
+ .quarto-title-banner {
27
+ background-color : #073c44 !important ;
28
+ }
29
+
30
+ .title {
31
+ color : #ffffff !important ;
32
+ }
33
+
34
+ .listing-description a {
35
+ color : #979c9c !important ;
36
+ }
37
+
38
+ p {
39
+ color : #979c9c !important ;
40
+ }
41
+
42
+ .team-member {
43
+ background-color : #192222 !important ;
44
+ }
45
+
46
+ .level4 {
47
+ color : #1bb3ac !important ;
48
+ }
You can’t perform that action at this time.
0 commit comments