[bugfix] set font-weight on account portion of the display name

This commit is contained in:
Zoë Bijl
2025-10-10 13:58:45 +02:00
parent 49ebf988a4
commit b91f194012
@@ -18,6 +18,7 @@
.display-name__account {
color: var(--color-secondary-fg);
font-weight: 400;
}
&:hover .display-name__html {