fix(css): Correcting link style

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-12-16 19:22:49 +04:00
parent a722477f13
commit b6760fb70b
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -81,9 +81,11 @@ a {
color: $color-blossom; color: $color-blossom;
text-decoration: none; text-decoration: none;
&:active,
&:focus,
&:hover { &:hover {
border-bottom: 2px solid $color-text;
color: $color-fade; color: $color-fade;
text-decoration: none;
} }
} }