Add underlines on hover for all navigation

This commit is contained in:
Chris Hill-Scott
2016-01-11 17:19:09 +00:00
parent 4cb535a2e1
commit 29aaa1888c
3 changed files with 20 additions and 3 deletions

View File

@@ -34,9 +34,16 @@
a {
display: block;
margin-top: 3px;
.js-enabled & {
padding-left: 20px;
&:hover {
text-decoration: underline;
}
}
}