Enforce link animations are shorter
This commit is contained in:
parent
3eca7ffc78
commit
a0a3631ac0
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ main {
|
|||
}
|
||||
|
||||
a {
|
||||
transition: color 0.25s, background-color 0.25s;
|
||||
transition-property: color, background-color;
|
||||
transition-duration: 0.25s !important;
|
||||
|
||||
@include dark-mode {
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in a new issue