Skip to content

Commit ce191eb

Browse files
committed
Added Dark Theme
1 parent c615aed commit ce191eb

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ format:
6262
html:
6363
theme:
6464
light: cosmo
65+
dark: [solar, theming/theme-dark.scss]
6566
css: theming/styles.css
6667
toc: true
6768
smooth-scroll: true

theming/theme-dark.scss

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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+
}

0 commit comments

Comments
 (0)