Merge pull request #3450 from gildasio/master

Fix dracula's theme list-style on sub-items
This commit is contained in:
Hakim El Hattab 2023-08-24 08:29:59 +02:00 committed by GitHub
commit 064b3c3aa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}