From 97cce8a8284f560cd79162f1a661aa58d8af27a1 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 12 Feb 2024 11:54:47 +0800 Subject: [PATCH] Slightly faster bg transition --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index d256e2ec..c05c107f 100644 --- a/src/app.css +++ b/src/app.css @@ -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;