sendou.ink/app/components/FormErrors.module.css
Kalle fef1ffc955
Design refresh + a bunch of stuff (#2864)
Co-authored-by: hfcRed <hfcred@gmx.net>
2026-03-19 17:51:42 +02:00

8 lines
86 B
CSS

.container {
font-size: var(--font-sm);
& > h4 {
color: var(--color-error);
}
}