1
0
Fork 0

Slightly faster bg transition

This commit is contained in:
Lim Chee Aun 2024-02-12 11:54:47 +08:00
parent 3c31c56306
commit 97cce8a828

View file

@ -915,7 +915,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
text-decoration-line: none;
color: inherit;
user-select: none;
transition: background-color 0.2s ease-out;
transition: background-color 0.1s ease-out;
-webkit-tap-highlight-color: transparent;
animation: appear 0.2s ease-out;
-webkit-touch-callout: none;