From c19ba387fcde6aa1dbfda2cce731e14e908f549a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 6 Feb 2024 16:21:24 +0100 Subject: change to themes flatly+slate with callout-block appearance simple --- _quarto.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index 771a33c..d688d4d 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -26,12 +26,14 @@ monofontoptions: title-block-banner: false +callout-appearance: simple + format: html: default-image-extension: svg theme: - light: litera - dark: solar + light: flatly + dark: slate css: styles.css # toc: true -- cgit v1.2.3