From 05cf8bd81a96f69ab4875e7fc7ce50b43aa38060 Mon Sep 17 00:00:00 2001 From: Michael Long <mlong@mlong.us> Date: Wed, 9 Dec 2020 16:54:40 -0800 Subject: [PATCH] Update style.css --- webv4/root/css/style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/webv4/root/css/style.css b/webv4/root/css/style.css index 749a6a2c01..7e49bcf0b1 100644 --- a/webv4/root/css/style.css +++ b/webv4/root/css/style.css @@ -17,13 +17,9 @@ a.unread { background: #FFFFFF; } -li.unread { - background: #88CAFF !important; -} - span.badge.new { - background: white; - color: #88CAFF; + background: #2E9AFE; + color: #FFFFFF; } /* A read mail message in the list view. */ -- GitLab