mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-24 09:36:42 +01:00
19 lines
348 B
CSS
19 lines
348 B
CSS
|
.name-text {
|
||
|
color: inherit;
|
||
|
text-decoration: none;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
a.name-text:hover b,
|
||
|
a.name-text.short:hover 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;
|
||
|
margin-right: 4px;
|
||
|
}
|