Skip to content
Snippets Groups Projects
Unverified Commit 58881061 authored by Gildasio Junior's avatar Gildasio Junior
Browse files

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

parent e1c18056
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment