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

@@ -104,13 +104,12 @@ section {
display: inline-block;
margin: 8px;
text-decoration: none;
color: #969499;
color: #563d7c;
font-size: 12px;
float: right; }
.items a.page:hover {
text-decoration: underline;
color: #563d7c; }
.items a.page.empty:hover {
text-decoration: underline; }
.items a.page.empty {
color: #969499;
text-decoration: none; }