summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/colors.less4
1 files changed, 2 insertions, 2 deletions
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;
}
}