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

12 lines
143 B
CSS
Raw Normal View History

2023-04-15 01:58:22 +00:00
.vc-smyn-suffix {
color: var(--text-muted);
}
.vc-smyn-suffix::before {
content: "(";
}
.vc-smyn-suffix::after {
content: ")";
}