From 58881061abf036bf8567d0c3351a2db776d8953e Mon Sep 17 00:00:00 2001 From: Gildasio Junior Date: Wed, 16 Aug 2023 15:34:57 -0300 Subject: [PATCH] Fix dracula's theme list-style on sub-items --- dist/theme/dracula.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/theme/dracula.css b/dist/theme/dracula.css index 3eb33069..f17aac39 100644 --- a/dist/theme/dracula.css +++ b/dist/theme/dracula.css @@ -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 +}