From 9c00e167f67cdebddb721b3db8be4514b0271550 Mon Sep 17 00:00:00 2001 From: fish Date: Sun, 26 Jul 2026 14:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=88=E7=BA=A6=E7=AE=A1?= =?UTF-8?q?=E7=90=86Tab=E6=96=87=E5=AD=97=E4=B8=8B=E5=88=92=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- ft-app/app/templates/admin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ft-app/app/templates/admin.html b/ft-app/app/templates/admin.html index 2789de1..682d4ba 100644 --- a/ft-app/app/templates/admin.html +++ b/ft-app/app/templates/admin.html @@ -10,7 +10,7 @@ .tab-btn { padding: 10px 20px; border: none; background: none; font-size: 0.88rem; font-weight: 500; color: var(--sub); - cursor: pointer; border-bottom: 2px solid transparent; + cursor: pointer; text-decoration: none; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: color .12s, border-color .12s; } .tab-btn:hover { color: var(--fg); }