mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-11 02:16:23 +00:00
11 lines
143 B
CSS
11 lines
143 B
CSS
.vc-smyn-suffix {
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
.vc-smyn-suffix::before {
|
|
content: "(";
|
|
}
|
|
|
|
.vc-smyn-suffix::after {
|
|
content: ")";
|
|
}
|