Trust Rank color picker

This commit is contained in:
Natsumi
2021-02-01 15:56:56 +13:00
parent 98c968aec4
commit 13e8671e6c
6 changed files with 92 additions and 117 deletions

View File

@@ -327,24 +327,6 @@ button {
color: #c7c7c7;
}
.x-friend-item > .detail > .name.x-tag-veteran {
color: rgb(177, 143, 255);
}
.el-tag.x-tag-veteran {
color: rgb(177, 143, 255);
border-color: rgb(177, 143, 255);
}
.x-friend-item > .detail > .name.x-tag-legendary {
color: rgb(255, 105, 180);
}
.el-tag.x-tag-legendary {
color: rgb(255, 105, 180);
border-color: rgb(255, 105, 180);
}
.x-user-dialog .el-textarea__inner {
color: #fff;
}