Always include CSS in revealjs slides #4182
Closed
sagikazarmark
started this conversation in
Feature Requests
Replies: 2 comments 3 replies
-
Can you share a reproducible example of what you are currently doing ? That would help us understand correctly all the context. In particular, how to you assign another theme to a slide ? Thank you |
Beta Was this translation helpful? Give feedback.
3 replies
-
Closing in favour of #4193 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to include a certain piece of CSS in all of my slides (regardless of the theme), but still want to be able to use custom CSS on a per slide basis if I want to.
Currently if I set a default value for
theme
with a custom css file, it gets overridden as soon as I pick another theme in a slide (which is kind of expected).I'd like to be able to include a CSS file in addition to the theme.
A good enough workaround for now is using
include-in-header
, but that can still be overridden.Beta Was this translation helpful? Give feedback.
All reactions