From 8bdabc09c60554549a1250f81a0474f72a132078 Mon Sep 17 00:00:00 2001 From: fish Date: Sun, 3 May 2026 15:38:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E5=AF=BC=E8=88=AA=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E8=89=B2=E6=94=B9=E4=B8=BA=20#282828?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- web/frontend/src/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/frontend/src/App.vue b/web/frontend/src/App.vue index 491e341..78c5bff 100644 --- a/web/frontend/src/App.vue +++ b/web/frontend/src/App.vue @@ -24,7 +24,7 @@ function logout() { @@ -76,7 +76,7 @@ body { height: 100%; } .aside { - background: #1f2d3d; + background: #282828; color: #cfd8e3; } .brand { @@ -86,7 +86,7 @@ body { justify-content: center; font-size: 18px; letter-spacing: 2px; - border-bottom: 1px solid #344558; + border-bottom: 1px solid #3a3a3a; } .header { display: flex;