css: overriding book color also applies to the font elements (#1721)
This commit is contained in:
@@ -117,7 +117,7 @@ const getColorStyles = (
|
||||
background-color: var(--theme-bg-color, transparent);
|
||||
background: var(--background-set, none);
|
||||
}
|
||||
div, p, h1, h2, h3, h4, h5, h6 {
|
||||
div, p, font, h1, h2, h3, h4, h5, h6 {
|
||||
${overrideColor ? `background-color: ${bg} !important;` : ''}
|
||||
${overrideColor ? `color: ${fg} !important;` : ''}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user