mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-25 19:58:15 +03:00
15 lines
242 B
CSS
15 lines
242 B
CSS
|
.account-block {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
gap: 8px;
|
||
|
color: var(--text-color);
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.account-block:hover b {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
.account-block.skeleton {
|
||
|
color: var(--bg-faded-color);
|
||
|
}
|