Hi everyone, glad to joining this community!
I have made a website with Quarto with the following YAML for the website-wide html theme in _quarto.yml:
format:
html:
theme:
dark: superhero # litera, lumen, superhero, united
light: lumen
css: styles.css
The styles.css is empty for now.
For one of the pages, I don't want to allow the dark theme, so I put the following in that page's YAML:
format:
html:
theme: lumen
But it doesn't seem to bite. That page still has the dark/light mode switch.
Any clues? Thanks!Preformatted text