From d680cbb43e5caaa912ee68d3af2450d687aa53cc Mon Sep 17 00:00:00 2001 From: Nate Weaver Date: Mon, 19 Oct 2020 12:03:40 -0500 Subject: [PATCH] Force our background-color on Some feeds, e.g. generated from newsletters, have internal elements with background-colors that WebKit will move to the real . --- Shared/Article Rendering/shared.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Article Rendering/shared.css b/Shared/Article Rendering/shared.css index 1b424f6e8..7c99939bf 100644 --- a/Shared/Article Rendering/shared.css +++ b/Shared/Article Rendering/shared.css @@ -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 {