forked from akai/readest
@@ -148,6 +148,9 @@ const getColorStyles = (
|
||||
background-color: var(--theme-bg-color, transparent);
|
||||
background: var(--background-set, none);
|
||||
}
|
||||
body {
|
||||
${isEink ? `background-color: ${bg} !important;` : ''}
|
||||
}
|
||||
section, aside, blockquote, article, nav, header, footer, main, figure,
|
||||
div, p, font, h1, h2, h3, h4, h5, h6, li, span {
|
||||
${overrideColor ? `background-color: ${bg} !important;` : ''}
|
||||
|
||||
Reference in New Issue
Block a user