diff options
Diffstat (limited to '_quarto.yml')
-rw-r--r-- | _quarto.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_quarto.yml b/_quarto.yml index c9aa398..e822670 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -42,8 +42,8 @@ format: html: default-image-extension: svg theme: - light: [flatly, styles.scss] - dark: [darkly, styles.scss] + light: [flatly, styles/main.scss] + dark: [darkly, styles/main.scss] toc: true # override colors otherwise inherited from html theme |