Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTara Rostami <132676256+TaraRostami@users.noreply.github.com>2023-12-10 16:34:20 +0300
committerGitHub <noreply@github.com>2023-12-10 16:34:20 +0300
commit578ebf3cb572888128948d3b533737d7fda7cddd (patch)
treee7c1c7ea71eb614d002bf6d805b4a8854f850d4d
parent1309504ff6ac7b4b0835aa0f5c905dc4c22b94bf (diff)
Update custom.css
-rw-r--r--web/assets/css/custom.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css
index b4ef0523..811bb32b 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -433,11 +433,11 @@ style attribute {
/* change basic colors */
.ant-tag-blue {
background-color: #edf4fa;
- border-color: #a9c5e7;
- color: #0e49b5;
+ border-color: #76ccb4;
+ color: #199270;
}
.ant-tag-green {
- background-color: #eef9f7;
+ background-color: #eafff9;
border-color: #89d9cc;
color: #00ad91;
}
@@ -743,7 +743,7 @@ style attribute {
}
.dark .ant-tag-green {
- background-color: #121b2b;
+ background-color: #112421;
border-color: #144840;
color: #33bca5;
}