sendou.ink/app/components/Section.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

13 lines
199 B
CSS

.section {
& > div {
padding: var(--s-2);
border-radius: var(--radius-box);
background-color: var(--color-bg);
}
& > h2 {
color: var(--color-text-high);
font-size: var(--font-md);
}
}