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:
Nate Weaver 2020-10-19 12:03:40 -05:00
parent 5dfb4dc369
commit d680cbb43e
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ a:hover {
body {
color: var(--body-color);
background-color: var(--body-background-color);
background-color: var(--body-background-color) !important;
}
body .headerTable {