mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
disable overview while in reader mode
This commit is contained in:
parent
be5d811914
commit
980b902a9d
8 changed files with 23 additions and 21 deletions
|
|
@ -2013,11 +2013,13 @@ $notesWidthPercent: 25%;
|
|||
display: none;
|
||||
}
|
||||
|
||||
.has-dark-background {
|
||||
.reveal.has-dark-background,
|
||||
.reveal-viewport.has-dark-background {
|
||||
--r-overlay-element-bg-color: 240, 240, 240;
|
||||
--r-overlay-element-fg-color: 0, 0, 0;
|
||||
}
|
||||
.has-light-background {
|
||||
.reveal.has-light-background,
|
||||
.reveal-viewport.has-light-background {
|
||||
--r-overlay-element-bg-color: 0, 0, 0;
|
||||
--r-overlay-element-fg-color: 240, 240, 240;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue