From 16bfe42299e0628cd6c3b551e3ee200a9c63905a Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 27 May 2012 13:57:14 +0200 Subject: [PATCH] Enforce correct background color even if e-mail body attempts to set a different color --- templates/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/style.css b/templates/style.css index 6a91a40..e036683 100644 --- a/templates/style.css +++ b/templates/style.css @@ -3,7 +3,7 @@ html, body padding: 0px; margin: 0px; font-family: sans-serif; - background-color: #F7F7F7; + background-color: #F7F7F7 !important; } h1