1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-29 17:30:09 +02:00

disable overview while in reader mode

This commit is contained in:
Hakim El Hattab
2023-10-11 10:42:47 +02:00
parent be5d811914
commit 980b902a9d
8 changed files with 23 additions and 21 deletions

View File

@@ -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;
}