mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-30 06:08:14 +03:00
18 lines
354 B
CSS
18 lines
354 B
CSS
.name-text {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
}
|
|
a.name-text:is(:hover, :focus) b,
|
|
a.name-text.short:is(:hover, :focus) i {
|
|
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;
|
|
}
|