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

@@ -21,6 +21,7 @@
a:hover {
color: $link-hover-colour;
text-decoration: underline;
}
}