From 99f8bbb48f2313e914ae750b10111255be2c6541 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Sun, 13 Jan 2019 15:40:05 -0600 Subject: [PATCH] Brighten checked checkbox color --- manage/manage.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manage/manage.css b/manage/manage.css index 6985072b..e11bd7d3 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -20,10 +20,10 @@ --entry-header-text-color: #111; --checked-count-bg-color: hsla(180, 100%, 20%, 1); - --checked-bg-color: hsla(180, 100%, 20%, 1); + --checked-bg-color: hsla(180, 100%, 24%, 1); --checked-mark-color: #fff; --entry-icon-color: #666; - --entry-icon-hover-color: hsla(180, 100%, 20%, 1); + --entry-icon-hover-color: hsla(180, 100%, 24%, 1); --delete-icon-hover-color: #d40000; }