diff --git a/css/theme/source/dracula.scss b/css/theme/source/dracula.scss index 50c1bd5416e..ae968b8c752 100644 --- a/css/theme/source/dracula.scss +++ b/css/theme/source/dracula.scss @@ -86,20 +86,17 @@ $codeFont: "Fira Code", $systemFontsMono; --r-list-bullet-color: #{$listBulletColor}; } -.reveal strong, .reveal b { - color: var(--r-bold-color); -} - -.reveal em, .reveal i, .reveal blockquote { - color: var(--r-italic-color); -} - -.reveal code { - color: var(--r-inline-code-color); -} - -// Dracula colored list bullets and numbers .reveal { + strong, b { + color: var(--r-bold-color); + } + em, i, blockquote { + color: var(--r-italic-color); + } + code { + color: var(--r-inline-code-color); + } + // Dracula colored list bullets and numbers ul, ol { li::marker { color: var(--r-list-bullet-color); diff --git a/dist/theme/dracula.css b/dist/theme/dracula.css index 43430d46c85..a2fe2d22d5c 100644 --- a/dist/theme/dracula.css +++ b/dist/theme/dracula.css @@ -372,15 +372,12 @@ section.has-light-background, section.has-light-background h1, section.has-light .reveal strong, .reveal b { color: var(--r-bold-color); } - .reveal em, .reveal i, .reveal blockquote { color: var(--r-italic-color); } - .reveal code { color: var(--r-inline-code-color); } - .reveal ul li::marker, .reveal ol li::marker { color: var(--r-list-bullet-color); } \ No newline at end of file