Is there a way to choose the color mode on a per slide basis? #1211
Unanswered
remiconnesson
asked this question in
Q&A
Replies: 2 comments
-
I have the same question and more: how could I change the color of one slide? Apparently, it is very easy to change the color of the ink for the text, but the background color isn't an option that I could figure out. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is not easy to set the color scheme for one slide because of the limitation of CSS selector. However, I think most of the effects can be achieved via custom CSS. You can inspect the DOM tree via the browser's DevTool and add your custom CSS to |
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.
-
Let's say that I want to use light mode for most of my slides, but on some slides I'd like to use a very dark background color/image.
Is there a way to set the color mode on a per slide basisI
I saw : #1087 (comment) but it doesn't seem to work on a per slide basis.
Beta Was this translation helpful? Give feedback.
All reactions