style: optimize friend links hover

This commit is contained in:
XPoet 2021-01-22 19:04:05 +08:00
parent dc5e936b13
commit 4edf3714c8
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@ $friend-link-item-border-radius = 6px;
&:hover { &:hover {
box-shadow: 1px 1px 6px var(--shadow-color); box-shadow: 1px 1px 6px var(--shadow-color);
.info .name {
color: var(--primary-color);
}
} }
.radius { .radius {