From f99ee99f6530cfab85c67d01832eb76ba5f85fa3 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 6 Feb 2014 09:51:39 +0200 Subject: [PATCH] Better color for nav links Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/sections/nav.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/sections/nav.scss b/app/assets/stylesheets/sections/nav.scss index 7dd80dc52fa..372fa9669ca 100644 --- a/app/assets/stylesheets/sections/nav.scss +++ b/app/assets/stylesheets/sections/nav.scss @@ -35,7 +35,7 @@ width: 1%; &.active { a { - color: $style_color; + color: #333; font-weight: bolder; &:after { @@ -46,7 +46,7 @@ left: 50%; width: 0; height: 0; - border-color: transparent transparent #777 transparent; + border-color: transparent transparent #333 transparent; border-style: solid; border-width: 6px; margin-left: -6px;