This commit is contained in:
Natsumi
2023-01-31 05:29:05 +13:00
parent da87bbe7ed
commit 5484172df8
5 changed files with 56 additions and 24 deletions

View File

@@ -255,11 +255,15 @@ button {
font-weight: bold;
}
.x-friend-item.friend .name {
.item .name {
color: #c5c5c5;
}
.friend .name {
color: #fff;
}
.x-friend-item.favorite .name {
.favorite .name {
color: #ff0;
}