improve styling

This commit is contained in:
Pat Dryburgh
2018-10-24 18:30:30 -07:00
parent a2cf0cef48
commit 50ddb76068
4 changed files with 15 additions and 4 deletions

View File

@ -55,6 +55,10 @@ a {
color: $text-color;
}
a:hover {
background: $highlight;
}
a:focus {
outline: 1px dashed $text-color;
}
@ -154,7 +158,7 @@ figcaption {
transition: all .125s ease-in-out;
&:hover,
&:focus {
background: darken($brand-color, 2.5%);
background: lighten($brand-color, 2.5%);
border-color: $text-color;
margin-top: 0;
}