From 3d4b926b16fedf9f82d9545af18cb11ea41af03c Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Sat, 4 Apr 2026 23:26:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E7=81=B0=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index 8ec8798..8533a95 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -93,6 +93,10 @@ background: rgba(0, 0, 0, 0.02); } +:root.light-theme .pagination-footer { + background: rgba(255, 255, 255, 0.6); +} + :root.light-theme .server-table th { background: rgba(0, 0, 0, 0.03); }