From 3371deba5d6d210a879f89cc612c8a26e2f2005a Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sun, 12 Jul 2015 15:35:55 +0300 Subject: Update some colors --- client/colors.less | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/client/colors.less b/client/colors.less index 0b151a2..b6b995e 100644 --- a/client/colors.less +++ b/client/colors.less @@ -30,11 +30,12 @@ body { -moz-transform: rotate(-90deg); transform: rotate(-90deg); font-family: 'Cutive Mono', serif; - color: black; - border-bottom: 1px black solid; + color: #6D6D6D; + border-bottom: 2px #6D6D6D solid; &:hover, &:active { - color: white; - background-color: black; + color: black; + border-bottom: 2px black solid; + text-decoration: none; } } div.login-wrapper { @@ -180,8 +181,8 @@ body { color: #BEBEBE; font-family: 'Cutive Mono', serif; &.active { - color: #600000; - border-bottom: 2px #600000 solid; + color: black; + border-bottom: 2px black solid; } } } -- cgit v1.3.1