Force our background-color on <body>
Some feeds, e.g. generated from newsletters, have internal <body> elements with background-colors that WebKit will move to the real <body>.
This commit is contained in:
parent
5dfb4dc369
commit
d680cbb43e
|
@ -52,7 +52,7 @@ a:hover {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: var(--body-color);
|
color: var(--body-color);
|
||||||
background-color: var(--body-background-color);
|
background-color: var(--body-background-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .headerTable {
|
body .headerTable {
|
||||||
|
|
Loading…
Reference in New Issue