fix dracula theme li numbering
This commit is contained in:
parent
777e2a2d05
commit
3a830dd98f
2 changed files with 0 additions and 6 deletions
|
|
@ -105,8 +105,5 @@ $codeFont: "Fira Code", $systemFontsMono;
|
|||
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 {
|
||||
color: var(--r-list-bullet-color);
|
||||
}
|
||||
.reveal ol {
|
||||
counter-reset: li;
|
||||
}
|
||||
Loading…
Reference in a new issue