Skip to content

Commit 02fc8ca

Browse files
committed
remove dark mode from waterfall demo
The main Zola theme doesn't have dark mode, so having dark mode in the waterfall demo UI looks bad, since the rest of the site is in light mode. Signed-off-by: Daniel Estévez <[email protected]>
1 parent 3fb3248 commit 02fc8ca

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

content/waterfall_demo.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -37,31 +37,6 @@ main .toc {
3737
--stopping-color: #dd9;
3838
}
3939

40-
@media (prefers-color-scheme: dark) {
41-
/* Dark mode */
42-
:root {
43-
--background-color: black;
44-
--text-color: white;
45-
--line-color: white;
46-
47-
--focus-outline-color: rgba(208, 208, 255, 0.5);
48-
49-
--input-bg-color: #222;
50-
--input-highlight-color: #227;
51-
--input-bg-invalid-color: #ffb0b0;
52-
53-
--button-color: #444;
54-
--button-highlight-color: #777;
55-
56-
/* Record button */
57-
--record-color: #7b7;
58-
--record-highlight-color: #9d9;
59-
--stop-color: #b77;
60-
--stop-highlight-color: #d99;
61-
--stopping-color: #bb7;
62-
}
63-
}
64-
6540
#waterfall {
6641
touch-action: none;
6742
width: 100%;

0 commit comments

Comments
 (0)