From 9deef0ed9769d26d97466f808893efdb64bbcdad Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Fri, 10 Mar 2017 19:22:50 -0500 Subject: [PATCH] Lighten icons a bit --- popup.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/popup.css b/popup.css index d8b1d640..f258d31e 100644 --- a/popup.css +++ b/popup.css @@ -81,10 +81,10 @@ body.blocked > DIV { .svg-icon path, .svg-icon polygon, .svg-icon rect { - fill: hsl(0, 0%, 20%); + fill: hsl(0, 0%, 40%); } .svg-icon circle { - stroke: hsl(0, 0%, 20%); + stroke: hsl(0, 0%, 40%); stroke-width: 1; } body > .actions {