Fix dracula's theme list-style on sub-items
This commit is contained in:
parent
e1c180565e
commit
58881061ab
1 changed files with 2 additions and 2 deletions
2
dist/theme/dracula.css
vendored
2
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue