From 367a5d1b32c154baea584c0ffe85253869bee415 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 25 Jun 2013 13:41:49 +0300 Subject: [PATCH] remove text decoration for nav --- app/assets/stylesheets/sections/nav.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/assets/stylesheets/sections/nav.scss b/app/assets/stylesheets/sections/nav.scss index 25a327425..1caaefd87 100644 --- a/app/assets/stylesheets/sections/nav.scss +++ b/app/assets/stylesheets/sections/nav.scss @@ -40,6 +40,12 @@ } } + &:hover { + a { + color: $style_color; + } + } + &.home { a { i { @@ -59,6 +65,7 @@ color: #777; text-shadow: 0 1px 1px white; padding: 0 10px; + text-decoration: none; } } } -- 2.11.0