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:
@@ -105,8 +105,5 @@ $codeFont: "Fira Code", $systemFontsMono;
|
|||||||
color: var(--r-list-bullet-color);
|
color: var(--r-list-bullet-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ol {
|
|
||||||
counter-reset: li;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
3
dist/theme/dracula.css
vendored
3
dist/theme/dracula.css
vendored
@@ -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;
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user