Hello, this should hopefully be an easy answer but I'm struggling to work out how exactly to achieve this!
I'm putting together a revealjs theme and am trying to get it to reflect my company's powerPoint theme as closely as possible. Our pptx template has a solid bar of colour at the bottom of the page where logos and so on live.
The logos & text etc. I can do okay, but it is the solid bar of colour I'm struggling to achieve. I know this can be done, as Cara Thompson shared an example revealjs slide with it on Twitter (looking at the murky blue banner at the bottom there).
---
title: "My title"
format:
revealjs:
theme: HOQC.scss
footer: "This page brought to you by Han"
---
## First page after title
Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see <https://quarto.org>.
```{r}
1 + 1
```
This page gets a special footer
::: footer
Learn more: [Syntax Highlighting](https://quarto.org/docs/output-formats/html-code.html#highlighting)
:::
## New page
Another nice page with the default footer