remove text decoration for nav

This commit is contained in:
Dmitriy Zaporozhets 2013-06-25 13:41:49 +03:00
parent c71697abc9
commit 367a5d1b32
1 changed files with 7 additions and 0 deletions

View File

@ -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;
}
}
}