Move link transitions into however effects to avoid transition from browser default color.

This commit is contained in:
Danila Fedorin 2023-12-30 16:15:40 -08:00
parent 4608853c9b
commit 0502cf93b6
1 changed files with 1 additions and 1 deletions

View File

@ -138,10 +138,10 @@ a {
@include var(color, text-color);
text-decoration: none;
border-bottom: .2rem solid $primary-color;
transition: color 0.25s;
&:hover {
color: $primary-color;
transition: color 0.25s;
}
}