Enforce link animations are shorter

This commit is contained in:
Jake Howard 2022-09-23 16:57:21 +01:00
parent 3eca7ffc78
commit a0a3631ac0
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -39,7 +39,8 @@ main {
} }
a { a {
transition: color 0.25s, background-color 0.25s; transition-property: color, background-color;
transition-duration: 0.25s !important;
@include dark-mode { @include dark-mode {
&:hover { &:hover {