fix(css): Correcting link style
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
a722477f13
commit
b6760fb70b
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user