From 95dee8848dd4bf0d534cfb9cd92be94918eeb676 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 13 Jul 2015 12:03:43 +0300 Subject: Thinner border lines on top bar and start over link --- client/colors.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/colors.less b/client/colors.less index b6b995e..968ef7d 100644 --- a/client/colors.less +++ b/client/colors.less @@ -31,10 +31,10 @@ body { transform: rotate(-90deg); font-family: 'Cutive Mono', serif; color: #6D6D6D; - border-bottom: 2px #6D6D6D solid; + border-bottom: 1px #6D6D6D solid; &:hover, &:active { color: black; - border-bottom: 2px black solid; + border-bottom-color: black; text-decoration: none; } } @@ -182,7 +182,7 @@ body { font-family: 'Cutive Mono', serif; &.active { color: black; - border-bottom: 2px black solid; + border-bottom: 1px black solid; } } } -- cgit v1.3.1