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
path: root/web
diff options
context:
space:
mode:
authorTara Rostami <132676256+TaraRostami@users.noreply.github.com>2023-12-10 16:36:16 +0300
committerGitHub <noreply@github.com>2023-12-10 16:36:16 +0300
commit848e549c0cdff9b21991e9bd2f6534f59b7a6b5b (patch)
tree679c2a3dfa3d5b9264e677e7d8f3cc5486f2320b /web
parent578ebf3cb572888128948d3b533737d7fda7cddd (diff)
Update custom.css
Diffstat (limited to 'web')
-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;