I am trying to add 2 narrow (5% view width) vertical bars to the extreme left and right of a Quarto revealjs presentation title slide, but am only able to have the bars render within the "body" area (below the slide title and with margins to the sides) and not spanning the entire "screen". What I have so far:
# Slide Title {background-color="#B1E4E3"}
::: {.absolute style="background: #003A96; right=0; top=0; width:5vw; height:100vh;"}
:::
- foo
- bar
I tried experimenting with screen-column, but did not succeed.
Thanks. The first option seems too brittle, but the second sounds like it'd be more robust. I was just hoping for something a little more "elegant" (for some arbitrary definition of "elegant", lol)