Skip to content

Commit

Permalink
fix dracula theme li numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
t-fritsch committed Sep 2, 2023
1 parent 777e2a2 commit 3a830dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions css/theme/source/dracula.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,5 @@ $codeFont: "Fira Code", $systemFontsMono;
color: var(--r-list-bullet-color);
}
}
ol {
counter-reset: li;
}
}

3 changes: 0 additions & 3 deletions dist/theme/dracula.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 3a830dd

Please sign in to comment.