diff --git a/src/components/name-text.css b/src/components/name-text.css index e8f88643..03a9d82e 100644 --- a/src/components/name-text.css +++ b/src/components/name-text.css @@ -2,6 +2,10 @@ color: inherit; text-decoration: none; display: inline; + + b { + font-weight: 500; + } } .name-text.show-acct { display: inline-block;