Make user names in user cards bold

This commit is contained in:
itepechi 2023-09-06 06:52:21 +09:00
parent 6c5e253f5c
commit 5ada7e4aaf
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@
margin-right: 1em; margin-right: 1em;
font-size: 1.1em; font-size: 1.1em;
text-shadow: 0 0 .5em var(--btn, $fallback--fg); text-shadow: 0 0 .5em var(--btn, $fallback--fg);
font-weight: bold;
} }
.bottom-line { .bottom-line {