File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Expand file tree Collapse file tree 2 files changed +37
-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
+ $navbar-bg : #073c44 ;
3
+ $navbar-fg : #fff ;
4
+ $footer-bg : #073c44 ;
5
+ $footer-fg : #fff ;
6
+ $body-color : #fff ;
7
+ $toc-color : #fff ;
8
+
9
+ * {
10
+ color : #fff !important ;
11
+ }
12
+
13
+ a {
14
+ color : #2aa198 !important ;
15
+
16
+ }
17
+ .team-member {
18
+ background-color : #073c44 !important ;
19
+ }
20
+
21
+ .team-member li a {
22
+ color : #2aa198 !important ;
23
+ }
24
+
25
+ code {
26
+ background-color : #2aa198 !important ;
27
+ }
28
+
29
+ .quarto-title-banner {
30
+ background-color : #073c44 !important ;
31
+ color : #fff !important ;
32
+ }
33
+
34
+ .quarto-listing a {
35
+ color : #fff !important ;
36
+ }
You can’t perform that action at this time.
0 commit comments