diff --git a/apps/readest-app/src/utils/style.ts b/apps/readest-app/src/utils/style.ts index c32587f8..2101e5bc 100644 --- a/apps/readest-app/src/utils/style.ts +++ b/apps/readest-app/src/utils/style.ts @@ -108,8 +108,9 @@ const getColorStyles = ( html, body { color: ${fg}; } - div, p, span, pre { + div, p, span, pre , h1, h2, h3, h4, h5, h6 { ${overrideColor ? `background-color: ${bg} !important;` : ''} + ${overrideColor ? `color: ${fg} !important;` : ''} } a:any-link { ${overrideColor ? `color: ${primary};` : isDarkMode ? `color: lightblue;` : ''}