mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-22 16:19:07 -05:00
12 lines
143 B
CSS
12 lines
143 B
CSS
|
.vc-smyn-suffix {
|
||
|
color: var(--text-muted);
|
||
|
}
|
||
|
|
||
|
.vc-smyn-suffix::before {
|
||
|
content: "(";
|
||
|
}
|
||
|
|
||
|
.vc-smyn-suffix::after {
|
||
|
content: ")";
|
||
|
}
|