Only add transition on hover
This commit is contained in:
parent
60c66b5ab0
commit
2c6a63b954
1 changed files with 1 additions and 1 deletions
|
@ -11,10 +11,10 @@ html, body {
|
|||
}
|
||||
|
||||
a {
|
||||
transition: color 0.5s;
|
||||
color: $primary;
|
||||
|
||||
&:hover {
|
||||
transition: color 0.5s;
|
||||
color: $body-color;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue