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:
Diffstat (limited to 'web/assets/css/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 811bb32b..d2fad5a4 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -433,13 +433,13 @@ style attribute {
/* change basic colors */
.ant-tag-blue {
background-color: #edf4fa;
- border-color: #76ccb4;
- color: #199270;
+ border-color: #a9c5e7;
+ color: #0e49b5;
}
.ant-tag-green {
background-color: #eafff9;
- border-color: #89d9cc;
- color: #00ad91;
+ border-color: #76ccb4;
+ color: #199270;
}
.ant-tag-purple {
background-color: #f2eaf1;