Improve links hover feedback

This commit is contained in:
Alice Gaudon 2020-09-02 20:41:58 +02:00
parent 61c8f32c47
commit f45daa4a9f
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ a {
text-decoration: none;
&:hover {
color: lighten($secondary, 5%);
color: lighten($secondary, 10%);
}
.feather.feather-external-link {