Преглед изворни кода

fix dracula theme li numbering

Thomas Fritsch пре 1 година
родитељ
комит
3a830dd98f
2 измењених фајлова са 0 додато и 6 уклоњено
  1. 0 3
      css/theme/source/dracula.scss
  2. 0 3
      dist/theme/dracula.css

+ 0 - 3
css/theme/source/dracula.scss

@@ -105,8 +105,5 @@ $codeFont: "Fira Code", $systemFontsMono;
 			color: var(--r-list-bullet-color);
 		}
 	}
-	ol {
-		counter-reset: li;
-	}
 }
 

+ 0 - 3
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;
 }