Make all links gray on hover (#468)

This commit is contained in:
James Nylen 2018-08-12 23:20:26 -05:00 committed by GitHub
parent 58b9cf57b0
commit e2bb6f92e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ footer span[role=separator]::before {
}
a:hover,
a:visited:hover {
.site-footer a:hover {
color: #999;
}