You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have a different styles for some slides, notably the level 1 slides (by default these with h1). Basically, these slides should
be light-on-dark, and all others dark-on-light.
I tried the following:
# Part II {.separator}
And defining the .separator class with
.separator {
background: black;
color: white;
}
However, this changes only the background for the tight box around the actual contents, not of the whole slide.
staleIssues open for 30+ days without providing a "working" reproducible example
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to have a different styles for some slides, notably the level 1 slides (by default these with h1). Basically, these slides should
be light-on-dark, and all others dark-on-light.
I tried the following:
And defining the
.separator
class withHowever, this changes only the background for the tight box around the actual contents, not of the whole slide.
Beta Was this translation helpful? Give feedback.
All reactions