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
1 changed files with 2 additions and 1 deletions

View File

@ -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 {