Fix VRChat team color

This commit is contained in:
Natsumi
2021-03-09 02:13:06 +13:00
parent 7b0e00184e
commit af6f0bb87a

View File

@@ -438,6 +438,11 @@ i.x-user-status.busy {
border-color: rgb(255, 208, 0) !important;
}
.x-tag-vip {
color: rgb(255, 38, 38) !important;
border-color: rgb(255, 38, 38) !important;
}
.x-tag-vrcplus {
color: rgb(255, 208, 0) !important;
border-color: rgb(255, 208, 0) !important;