From e9fcfc26a37a207f74372483fd93efedd89dc85e Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 23 May 2025 16:48:23 +0800
Subject: [PATCH] style

---
 src/App.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 9ec8b16..2a354df 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -144,6 +144,7 @@
 #app {
   min-height: 100vh;
   overflow-x: hidden;
+  background-color: #000;
 }
 body {
   margin: 0;
@@ -177,7 +178,7 @@
 .item-dropdown-wrapper .el-dropdown-menu__item:focus,
 .item-dropdown-wrapper .el-dropdown-menu__item:not(.is-disabled):hover {
   background-color: transparent !important;
-  color: #1d91ff !important;
+  color: #f7b328 !important;
 }
 
 .quotes-dropdown.el-dropdown-menu {

--
Gitblit v1.9.3