From 677432d91535aee8cfa97a8c76a87a8802cbd8bf Mon Sep 17 00:00:00 2001 From: haaeriks Date: Tue, 3 May 2016 12:12:25 +0200 Subject: [PATCH] clearer colors for on/off toggles. Helps me who is color blind --- public/css/unleash.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/unleash.css b/public/css/unleash.css index 4d903cbfe5..87e3bc926e 100644 --- a/public/css/unleash.css +++ b/public/css/unleash.css @@ -1,7 +1,7 @@ .toggle-active { border: 1px solid black; display: inline-block; - background-color: #3B7908; + background-color: lawngreen; border-radius: 50%; width: 20px; height: 20px; @@ -9,7 +9,7 @@ .toggle-inactive { border: 1px solid black; display: inline-block; - background-color: #E7384A; + background-color: red; border-radius: 50%; width: 20px; height: 20px;