Skip to content

Commit

Permalink
Merge pull request hakimel#3450 from gildasio/master
Browse files Browse the repository at this point in the history
Fix dracula's theme list-style on sub-items
  • Loading branch information
hakimel authored Aug 24, 2023
2 parents 2ab0689 + 5888106 commit 064b3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/theme/dracula.css
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
color: var(--r-inline-code-color);
}

.reveal ul {
.reveal ul li {
list-style: none;
}

Expand Down Expand Up @@ -411,4 +411,4 @@ section.has-light-background, section.has-light-background h1, section.has-light

.reveal ol li {
counter-increment: li;
}
}

0 comments on commit 064b3c3

Please sign in to comment.