Make user names in basic user cards bold

This commit is contained in:
itepechi 2023-09-06 07:22:11 +09:00
parent 5ada7e4aaf
commit 792644344c
1 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,10 @@
} }
} }
&-user-name-value {
font-weight: bold;
}
&-user-name-value, &-user-name-value,
&-screen-name { &-screen-name {
display: inline-block; display: inline-block;