We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9a3f3 commit 1da55caCopy full SHA for 1da55ca
_quarto.yml
@@ -40,7 +40,7 @@ book:
40
41
format:
42
html:
43
- theme: cosmo
+ theme: [cosmo, css/styles.scss]
44
code-copy: true
45
code-line-numbers: false
46
# highlight-style: zenburn
css/styles.scss
@@ -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
20
21
22
+nav.quarto-page-breadcrumbs ol li a {
23
24
25
0 commit comments