From d6454e4219b3def26d839849b1964edefa26c9d4 Mon Sep 17 00:00:00 2001 From: Jonathan Kingston Date: Thu, 29 Jun 2017 09:42:41 -0700 Subject: [PATCH] Changing the notification colour to be less alien --- webextension/css/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webextension/css/content.css b/webextension/css/content.css index 6fb2681..5681887 100644 --- a/webextension/css/content.css +++ b/webextension/css/content.css @@ -1,6 +1,6 @@ .container-notification { align-items: center; - background: #33f70c; + background: #efefef; color: #003f07; display: flex; font: 12px sans-serif;