Skip to content

Commit c8945f9

Browse files
committed
configure create themes to have less precedence than brand
1 parent d2fbd5b commit c8945f9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

src/resources/projects/book/templates/_quarto.ejs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ bibliography: references.bib
1515

1616
format:
1717
html:
18-
theme: cosmo
18+
theme:
19+
- cosmo
20+
- brand
1921
pdf:
2022
documentclass: scrreprt
2123

src/resources/projects/website/templates/_quarto.ejs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ website:
1111

1212
format:
1313
html:
14-
theme: cosmo
14+
theme:
15+
- cosmo
16+
- brand
1517
css: styles.css
1618
toc: true
1719

src/resources/projects/website/templates/blog/_quarto-blog.ejs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ website:
1212
href: https://twitter.com
1313
format:
1414
html:
15-
theme: cosmo
15+
theme:
16+
- cosmo
17+
- brand
1618
css: styles.css
1719

1820
<% if(editor){ %>editor: <%= editor %><% } %>

0 commit comments

Comments
 (0)