From fd97b969c898742310897a851443b11325a520f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20Garc=C3=ADa?= Date: Mon, 18 Jun 2018 16:15:11 +0200 Subject: [PATCH] fix: email template typo in alert-warning style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guido GarcĂ­a --- template/email.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/email.html b/template/email.html index 01ac5233..52b6b2f4 100644 --- a/template/email.html +++ b/template/email.html @@ -236,7 +236,7 @@ a { font-size: 16px; } .alert.alert-warning { - background-color: ##E6522C; + background-color: #E6522C; } .alert.alert-bad { background-color: #D0021B;