mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-23 13:27:03 -04:00
Co-authored-by: Cookie <52550063+Covkie@users.noreply.github.com> Co-authored-by: v <vendicated@riseup.net>
12 lines
182 B
CSS
12 lines
182 B
CSS
.vc-open-external-icon {
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.vc-owner-crown-icon {
|
|
color: var(--text-warning);
|
|
}
|
|
|
|
.vc-heart-icon {
|
|
margin-right: 0.5em;
|
|
translate: 0 2px;
|
|
}
|