mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-12 09:35:14 +02:00
Fix dracula's theme list-style on sub-items
This commit is contained in:
4
dist/theme/dracula.css
vendored
4
dist/theme/dracula.css
vendored
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user