/ src / components / name-text.css
name-text.css
 1  .name-text {
 2    color: inherit;
 3    text-decoration: none;
 4    display: inline;
 5  }
 6  .name-text.show-acct {
 7    display: inline-block;
 8  }
 9  a.name-text:is(:hover, :focus) b,
10  a.name-text.short:is(:hover, :focus) i {
11    text-decoration: underline;
12    text-decoration-color: var(--text-insignificant-color);
13  }
14  .name-text i {
15    font-style: normal;
16    opacity: 0.75;
17  }
18  
19  .name-text .avatar {
20    vertical-align: middle;
21    transform: translateY(-0.1em);
22  }