Add hover color on bottom links

This commit is contained in:
Chocobozzz 2019-10-31 17:04:24 +01:00
parent 2ac1cce604
commit 2b362404d5
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -279,6 +279,10 @@ p > a {
border-bottom: 3px solid $orange; border-bottom: 3px solid $orange;
padding: 3px 5px; padding: 3px 5px;
margin-right: 10px; margin-right: 10px;
&:hover {
color: #ac5806;
}
} }
} }