2022-12-10 12:14:48 +03:00
|
|
|
.name-text {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
2023-04-08 11:52:04 +03:00
|
|
|
display: inline;
|
2023-04-08 05:47:41 +03:00
|
|
|
}
|
|
|
|
.name-text.show-acct {
|
2022-12-10 12:14:48 +03:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2022-12-29 11:11:58 +03:00
|
|
|
a.name-text:is(:hover, :focus) b,
|
|
|
|
a.name-text.short:is(:hover, :focus) i {
|
2022-12-10 12:14:48 +03:00
|
|
|
text-decoration: underline;
|
|
|
|
text-decoration-color: var(--text-insignificant-color);
|
|
|
|
}
|
|
|
|
.name-text i {
|
|
|
|
font-style: normal;
|
|
|
|
opacity: 0.75;
|
|
|
|
}
|
|
|
|
|
|
|
|
.name-text .avatar {
|
|
|
|
vertical-align: middle;
|
2023-04-08 11:52:04 +03:00
|
|
|
transform: translateY(-0.1em);
|
2022-12-23 16:25:01 +03:00
|
|
|
}
|