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

Fix dracula's theme list-style on sub-items

This commit is contained in:
Gildasio Junior
2023-08-16 15:34:57 -03:00
parent e1c180565e
commit 58881061ab

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