1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-10 16:47:28 +02:00

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

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;
}
@@ -411,4 +411,4 @@ section.has-light-background, section.has-light-background h1, section.has-light
.reveal ol li {
counter-increment: li;
}
}