Use different fade timing for updates button

This commit is contained in:
Lim Chee Aun 2023-02-10 00:36:56 +08:00
parent 1a5396ae70
commit 5ca9a7a91f

View file

@ -705,7 +705,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
position: absolute;
z-index: 2;
top: 3em;
animation: fade-from-top 0.3s ease-out;
animation: fade-from-top 0.3s var(--timing-function);
left: 50%;
margin-top: 16px;
transform: translate(-50%, 0);