mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
Update custom.css
This commit is contained in:
parent
578ebf3cb5
commit
848e549c0c
1 changed files with 4 additions and 4 deletions
|
@ -433,13 +433,13 @@ style attribute {
|
||||||
/* change basic colors */
|
/* change basic colors */
|
||||||
.ant-tag-blue {
|
.ant-tag-blue {
|
||||||
background-color: #edf4fa;
|
background-color: #edf4fa;
|
||||||
border-color: #76ccb4;
|
border-color: #a9c5e7;
|
||||||
color: #199270;
|
color: #0e49b5;
|
||||||
}
|
}
|
||||||
.ant-tag-green {
|
.ant-tag-green {
|
||||||
background-color: #eafff9;
|
background-color: #eafff9;
|
||||||
border-color: #89d9cc;
|
border-color: #76ccb4;
|
||||||
color: #00ad91;
|
color: #199270;
|
||||||
}
|
}
|
||||||
.ant-tag-purple {
|
.ant-tag-purple {
|
||||||
background-color: #f2eaf1;
|
background-color: #f2eaf1;
|
||||||
|
|
Loading…
Reference in a new issue