1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-11 17:14:57 +02:00

fix dracula theme li numbering

This commit is contained in:
Thomas Fritsch
2023-09-02 12:19:59 +02:00
parent 777e2a2d05
commit 3a830dd98f
2 changed files with 0 additions and 6 deletions

View File

@@ -105,8 +105,5 @@ $codeFont: "Fira Code", $systemFontsMono;
color: var(--r-list-bullet-color); color: var(--r-list-bullet-color);
} }
} }
ol {
counter-reset: li;
}
} }

View File

@@ -383,7 +383,4 @@ section.has-light-background, section.has-light-background h1, section.has-light
.reveal ul li::marker, .reveal ol li::marker { .reveal ul li::marker, .reveal ol li::marker {
color: var(--r-list-bullet-color); color: var(--r-list-bullet-color);
}
.reveal ol {
counter-reset: li;
} }