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;