How am I supposed to override the dark and light background colors? #1976
Unanswered
heyalexnet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to override the background color (currently using the default theme). Right now, I'm adding this snippet in an
index.css
file:But I'm sure there's a better way. How can I achieve that?
Also, doing it this way does not work with the PDF export:
npx slidev export --dark
. The slides are exported with the original dark color, not mine.Beta Was this translation helpful? Give feedback.
All reactions