Adjust link color

This commit is contained in:
Michael Rose
2016-04-05 21:37:16 -04:00
parent 1c8239f664
commit 47fd353201
6 changed files with 15 additions and 5 deletions

View File

@@ -73,6 +73,14 @@
}
}
a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
dt {
margin-top: 1em;
font-family: $sans-serif;