Commit 367a5d1b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

remove text decoration for nav

parent c71697ab
...@@ -40,6 +40,12 @@ ...@@ -40,6 +40,12 @@
} }
} }
&:hover {
a {
color: $style_color;
}
}
&.home { &.home {
a { a {
i { i {
...@@ -59,6 +65,7 @@ ...@@ -59,6 +65,7 @@
color: #777; color: #777;
text-shadow: 0 1px 1px white; text-shadow: 0 1px 1px white;
padding: 0 10px; padding: 0 10px;
text-decoration: none;
} }
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment