diff --git a/css/theme/source/dracula.scss b/css/theme/source/dracula.scss index 1554763a..50c1bd54 100644 --- a/css/theme/source/dracula.scss +++ b/css/theme/source/dracula.scss @@ -105,8 +105,5 @@ $codeFont: "Fira Code", $systemFontsMono; color: var(--r-list-bullet-color); } } - ol { - counter-reset: li; - } } diff --git a/dist/theme/dracula.css b/dist/theme/dracula.css index 73dd0fff..43430d46 100644 --- a/dist/theme/dracula.css +++ b/dist/theme/dracula.css @@ -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