Minor style updates

This commit is contained in:
2017-04-11 11:45:33 -04:00
parent a40ae6bd96
commit 10abcdd32f
3 changed files with 7 additions and 9 deletions

View File

@@ -14,17 +14,16 @@ section {
display: inline-block;
margin: $pad-m;
text-decoration: none;
color: $midgray;
color: $purple;
font-size: 12px;
float: right;
}
a.page:hover {
text-decoration: underline;
color: $purple;
}
a.page.empty:hover {
a.page.empty {
color: $midgray;
text-decoration: none;
}
@@ -58,7 +57,7 @@ section {
b {
color: $darkgray;
}
em {
color: $midgray;
margin: 0 $pad-s;