mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-19 18:01:53 +03:00
22 lines
431 B
CSS
22 lines
431 B
CSS
.name-text {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
display: inline;
|
|
}
|
|
.name-text.show-acct {
|
|
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;
|
|
transform: translateY(-0.1em);
|
|
}
|