Skip to content

Commit 98464bb

Browse files
authored
fix: make svg logo work via scss tweak
1 parent 7581f61 commit 98464bb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

_quarto.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ website:
5454

5555
format:
5656
html:
57-
theme: cosmo
57+
theme: [cosmo, svg_tweak.scss]
5858
css: styles.css
5959
toc: true
6060

svg_tweak.scss

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*-- scss:defaults --*/
2+
3+
/*-- scss:rules --*/
4+
.navbar-logo {
5+
height: 1em;
6+
}

0 commit comments

Comments
 (0)