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

View file

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