Просмотр исходного кода

Merge pull request #3450 from gildasio/master

Fix dracula's theme list-style on sub-items
Hakim El Hattab 1 год назад
Родитель
Сommit
064b3c3aa5
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      dist/theme/dracula.css

+ 2 - 2
dist/theme/dracula.css

@@ -382,7 +382,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
   color: var(--r-inline-code-color);
   color: var(--r-inline-code-color);
 }
 }
 
 
-.reveal ul {
+.reveal ul li {
   list-style: none;
   list-style: none;
 }
 }
 
 
@@ -411,4 +411,4 @@ section.has-light-background, section.has-light-background h1, section.has-light
 
 
 .reveal ol li {
 .reveal ol li {
   counter-increment: li;
   counter-increment: li;
-}
+}