legendary rank color change

This commit is contained in:
Natsumi
2020-12-01 17:09:50 +13:00
committed by pypy
parent 5b25316e8e
commit 75c7b1ee4f
2 changed files with 6 additions and 6 deletions

View File

@@ -317,12 +317,12 @@ button {
}
.x-friend-item > .detail > .name.x-tag-legendary {
color: rgb(255, 255, 255);
color: rgb(255, 105, 180);
}
.el-tag.x-tag-legendary {
color: rgb(255, 255, 255);
border-color: rgb(255, 255, 255);
color: rgb(255, 105, 180);
border-color: rgb(255, 105, 180);
}
.x-user-dialog .el-textarea__inner {

View File

@@ -469,12 +469,12 @@ i.x-user-status.busy {
}
.x-friend-item > .detail > .name.x-tag-legendary {
color: rgb(0, 0, 0);
color: rgb(255, 105, 180);
}
.el-tag.x-tag-legendary {
color: rgb(0, 0, 0);
border-color: rgb(0, 0, 0);
color: rgb(255, 105, 180);
border-color: rgb(255, 105, 180);
}
.x-friend-item > .detail > .name.x-tag-vip {