Skip to content

Commit 1da55ca

Browse files
author
Nicolas Casajus
committed
update style
1 parent 9c9a3f3 commit 1da55ca

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ book:
4040

4141
format:
4242
html:
43-
theme: cosmo
43+
theme: [cosmo, css/styles.scss]
4444
code-copy: true
4545
code-line-numbers: false
4646
# highlight-style: zenburn

css/styles.scss

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
/*-- scss:defaults --*/
2+
3+
// fonts
4+
5+
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap');
6+
7+
$font-family-monospace: "Fira Code", monospace !default;
8+
9+
/*-- scss:rules --*/
10+
11+
12+
/* Quarto links */
13+
14+
p.author a {
15+
color: #343A40;
16+
}
17+
18+
p.affiliation a {
19+
color: #343A40;
20+
}
21+
22+
nav.quarto-page-breadcrumbs ol li a {
23+
color: #343A40;
24+
}
25+

0 commit comments

Comments
 (0)