From b4a2136c61a4c0796b28307245ec475f33a35032 Mon Sep 17 00:00:00 2001 From: Super Manito <68613938+SuperManito@users.noreply.github.com> Date: Wed, 9 Jul 2025 14:05:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/stylesheets/extra.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 9d0a24c..f3574ac 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -309,7 +309,7 @@ border-radius: 6px; height: 80px; max-height: 80px; - transition: background-color 0.2s, filter 0.3s ease-in-out, opacity 0.3s ease-in-out !important; + transition: background-color 0.2s; } .sponsor .sponsor-item:hover { @@ -324,6 +324,7 @@ max-width: 100%; height: auto; vertical-align: middle; + transition: filter 0.1s ease-in-out; } .sponsor-item-toc {