this repo has no description
1.name-text {
2 color: inherit;
3 text-decoration: none;
4 display: inline;
5 unicode-bidi: isolate;
6
7 b {
8 font-weight: 600;
9 unicode-bidi: isolate;
10 }
11
12 i {
13 font-variant-numeric: slashed-zero;
14 font-feature-settings: 'ss01';
15 }
16}
17.name-text.show-acct {
18 display: inline-block;
19}
20a.name-text:is(:hover, :focus) b,
21a.name-text.short:is(:hover, :focus) i {
22 text-decoration: underline;
23 text-decoration-color: var(--text-insignificant-color);
24}
25.name-text i {
26 font-style: normal;
27 opacity: 0.75;
28}
29
30.name-text .avatar {
31 vertical-align: middle;
32 transform: translateY(-0.1em);
33}