Below I paste a Quarto document which produces a reveal.js slide deck with 2 slides, using the default theme.
How do I change the color of the header and of the main text on a single slide, while keeping all other slides at the default theme? If possible, I would like the syntax to be relatively concise.
---
format: revealjs
---
## Slide 1: Black header (default)
Black text (default)
## Slide 2: Red header
Red text

