CASH-1502: enforce non-bolding of YMMS

This commit is contained in:
AdamCaouetteSafelite 2025-09-09 20:05:12 -04:00
parent aec494ce87
commit b0df894a00

View file

@ -275,6 +275,7 @@ export default {
} }
.sub-text strong { .sub-text strong {
text-transform: uppercase; text-transform: uppercase;
font-weight: 400;
} }
} }