From 3a830dd98ffdff2284e23ad3801e4be3d5793261 Mon Sep 17 00:00:00 2001 From: Thomas Fritsch Date: Sat, 2 Sep 2023 12:19:59 +0200 Subject: [PATCH] fix dracula theme li numbering --- css/theme/source/dracula.scss | 3 --- dist/theme/dracula.css | 3 --- 2 files changed, 6 deletions(-) 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