Skip to content
Snippets Groups Projects
Commit 3a830dd9 authored by Thomas Fritsch's avatar Thomas Fritsch
Browse files

fix dracula theme li numbering

parent 777e2a2d
No related branches found
No related tags found
No related merge requests found
......@@ -105,8 +105,5 @@ $codeFont: "Fira Code", $systemFontsMono;
color: var(--r-list-bullet-color);
}
}
ol {
counter-reset: li;
}
}
......@@ -383,7 +383,4 @@ section.has-light-background, section.has-light-background h1, section.has-light
.reveal ul li::marker, .reveal ol li::marker {
color: var(--r-list-bullet-color);
}
.reveal ol {
counter-reset: li;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment