Skip to content

Commit

Permalink
Fix theme custom.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzabeanie committed Sep 24, 2023
1 parent 9de7e7d commit 2216108
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,16 @@ website:
format:
html:
theme:
light: flatly
dark: darkly
light:
- flatly
- css/custom.scss
dark:
- darkly
- css/custom.scss
css:
- css/ereefs_aims.css
- css/eatlas_ncanimate2.css
- css/eatlas_ncanimate2_responsive.css
- css/custom.scss
- css/styles.css
toc: false

Expand Down

0 comments on commit 2216108

Please sign in to comment.