From ce7bbdb3fed225d9df83e3fc58f128c4783e0b6d Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 19 Jun 2015 10:05:21 +0300 Subject: Weird color fix --- client/colors.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client') diff --git a/client/colors.less b/client/colors.less index 6699df8..e156028 100644 --- a/client/colors.less +++ b/client/colors.less @@ -64,7 +64,7 @@ body { display: none; &:checked + label.radio-inline { color: #fff; - background-color: #4589F7; + background-color: #2636F9; border: 0px; } } @@ -81,7 +81,7 @@ body { input[type="radio"] { display: none; &:checked + label.radio-inline { - color: #4589F7; + color: #2636F9; font-weight: bold; } } -- cgit v1.3.1