Commit 367a5d1b32c154baea584c0ffe85253869bee415
1 parent
c71697ab
Exists in
master
and in
4 other branches
remove text decoration for nav
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/sections/nav.scss
... | ... | @@ -40,6 +40,12 @@ |
40 | 40 | } |
41 | 41 | } |
42 | 42 | |
43 | + &:hover { | |
44 | + a { | |
45 | + color: $style_color; | |
46 | + } | |
47 | + } | |
48 | + | |
43 | 49 | &.home { |
44 | 50 | a { |
45 | 51 | i { |
... | ... | @@ -59,6 +65,7 @@ |
59 | 65 | color: #777; |
60 | 66 | text-shadow: 0 1px 1px white; |
61 | 67 | padding: 0 10px; |
68 | + text-decoration: none; | |
62 | 69 | } |
63 | 70 | } |
64 | 71 | } | ... | ... |