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: ")";
|
||
|
}
|