From 44297e04485523431fc07b7e1d11f0b1831dd353 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 27 Feb 2026 11:52:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=BE=8E=E5=8C=96=E4=B8=80?= =?UTF-8?q?=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/dashboard/templates/base.html b/admin/dashboard/templates/base.html index 8c57d5f..5317f28 100644 --- a/admin/dashboard/templates/base.html +++ b/admin/dashboard/templates/base.html @@ -262,14 +262,14 @@ } .el-button--primary { - background: var(--tech-accent) !important; - border-color: var(--tech-accent) !important; + background: #2f6bff !important; + border-color: #2f6bff !important; color: #ffffff !important; } .el-button--primary:hover, .el-button--primary:focus { - background: var(--tech-accent-2) !important; - border-color: var(--tech-accent-2) !important; + background: #1f5ad6 !important; + border-color: #1f5ad6 !important; color: #ffffff !important; } .el-button--success,