rstudio / vetiver.posit.co

Website for the vetiver 🏺 framework
https://vetiver.posit.co/
12 stars 8 forks source link

Add `custom.scss` to theme so we can fix color-contrast issues present in Sandstone #10

Closed batpigandme closed 2 years ago

batpigandme commented 2 years ago

To be discussed, and, again, I'm happy to do a PR for this once we've decided what changes we want to make.

Can also be called theme.scss or whatever (I just call it custom.scss for my stuff).

Here's how they do this for the Quarto website:

format:
  html:
    toc: true
    theme:
      light: [cosmo, theme.scss]