From 784b8a28d3f06a1813f9598e09f9fa5ea6b74a17 Mon Sep 17 00:00:00 2001 From: Super Manito <68613938+SuperManito@users.noreply.github.com> Date: Fri, 29 Aug 2025 22:20:25 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 78feef9..2d7812b 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -340,7 +340,7 @@ border-radius: 6px !important; box-sizing: border-box; flex: 0 0 calc(50% - 2px) !important; - background-color: #f5f5f5; + background-color: #f9f9f9; } [data-md-color-scheme="slate"] .sponsor-item-toc { @@ -456,7 +456,7 @@ display: inline-flex; align-items: center; justify-content: center; - height: 28px; + height: 24px; padding: 0 4px; background-color: var(--md-default-bg-color); border: 1px solid transparent; @@ -480,7 +480,7 @@ .icon-brand-button img { max-width: 100%; - max-height: 20px; + max-height: 18px; object-fit: contain; vertical-align: middle; }