diff --git a/entry_types/scrolled/package/src/contentElements/textBlock/TextBlock.module.css b/entry_types/scrolled/package/src/contentElements/textBlock/TextBlock.module.css index fd904080a..ba90900bc 100644 --- a/entry_types/scrolled/package/src/contentElements/textBlock/TextBlock.module.css +++ b/entry_types/scrolled/package/src/contentElements/textBlock/TextBlock.module.css @@ -61,7 +61,9 @@ .text blockquote::before, .text blockquote::after { + font-family: var(--theme-quote-mark-font-family); font-weight: var(--theme-quote-mark-font-weight, bold); + color: var(--theme-quote-mark-color); opacity: var(--theme-quote-mark-opacity, 0.5); width: var(--theme-quote-mark-width); }