From d37bcf2111e02b806f961614c5a87deba4283aba Mon Sep 17 00:00:00 2001
From: flowstocktrading <tsm1258011@proton.me>
Date: Wed, 02 Nov 2022 20:14:01 +0800
Subject: [PATCH] 111
---
src/App.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 5c49152..51d7db5 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -83,7 +83,8 @@
height: 1rem;
/deep/.mint-header {
height: 100%;
- background-color: rgba(20, 45, 55, 0.3);
+ background-color: #16171d;
+ // background-color: rgba(20, 45, 55, 0.3);
.is-left {
.mintui {
font-size: 20px;
@@ -119,7 +120,8 @@
}
&.black-theme {
// background: #16171d;
- background: rgb(14, 14, 15);
+ // background: rgb(14, 14, 15);
+ background: rgb(33, 33, 43);
}
}
.search-right {
--
Gitblit v1.9.3