From 5d1ae9a34393a9de9505febbc85eab3d14556088 Mon Sep 17 00:00:00 2001 From: yuyx <237899745@qq.com> Date: Sun, 30 Nov 2025 16:35:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E8=B0=83=E6=95=B4=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=88=97=E8=A1=A8hover=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 暗色主题:rgba(255, 255, 255, 0.05) 微亮 - 亮色主题:rgba(0, 0, 0, 0.04) 微暗 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- frontend/app.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app.html b/frontend/app.html index f82bdb8..ba7437f 100644 --- a/frontend/app.html +++ b/frontend/app.html @@ -932,10 +932,10 @@ transition: background 0.15s ease; } .file-list-row:hover { - background: rgba(102, 126, 234, 0.08); + background: rgba(255, 255, 255, 0.05); } body.light-theme .file-list-row:hover { - background: rgba(102, 126, 234, 0.06); + background: rgba(0, 0, 0, 0.04); } /* ========== 危险按钮 ========== */