Sfoglia il codice sorgente

fix dracula theme li numbering

Thomas Fritsch 1 anno fa
parent
commit
3a830dd98f
2 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  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);
 			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 {
 .reveal ul li::marker, .reveal ol li::marker {
   color: var(--r-list-bullet-color);
   color: var(--r-list-bullet-color);
-}
-.reveal ol {
-  counter-reset: li;
 }
 }