mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-12 17:46:24 +00: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: ")";
|
||
|
}
|