diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-02-21 09:47:20 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-02-21 09:47:20 +0100 |
commit | a7ab7d97c292345b6912388941c513beee2d8387 (patch) | |
tree | 25951561c91d6b6960089346438e877d1be478a7 /_quarto.yml | |
parent | 81c9e8b667ba64a7e622ae9079b292e878b5c657 (diff) |
move stylesheets to subdir styles/
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 |