From 5ca9a7a91f2d844c10da29313f9c666e50038d23 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 10 Feb 2023 00:36:56 +0800 Subject: [PATCH] Use different fade timing for updates button --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 21662275..57189fcb 100644 --- a/src/app.css +++ b/src/app.css @@ -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);