1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-11 02:16:23 +00:00
Vencord/src/plugins/showMeYourName/styles.css
2023-04-15 03:58:22 +02:00

11 lines
143 B
CSS

.vc-smyn-suffix {
color: var(--text-muted);
}
.vc-smyn-suffix::before {
content: "(";
}
.vc-smyn-suffix::after {
content: ")";
}