phanpy/src/components/name-text.css

19 lines
354 B
CSS
Raw Normal View History

2022-12-10 09:14:48 +00:00
.name-text {
color: inherit;
text-decoration: none;
display: inline-block;
}
2022-12-29 08:11:58 +00:00
a.name-text:is(:hover, :focus) b,
a.name-text.short:is(:hover, :focus) i {
2022-12-10 09:14:48 +00: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;
}