diff --git a/web/src/reader/reader.ts b/web/src/reader/reader.ts index 2acf8e6..33f066c 100644 --- a/web/src/reader/reader.ts +++ b/web/src/reader/reader.ts @@ -269,12 +269,11 @@ const getCSS = ({ ${fontFamilyRule} html, body { color: ${theme.fg} !important; - background: none !important; + background-color: ${theme.bg} !important; } body * { color: inherit !important; border-color: currentColor !important; - background-color: ${theme.bg} !important; } a:any-link { color: ${theme.link} !important;