sendou.ink/app/features/articles/routes/a.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
175 B
CSS

.list {
display: flex;
flex-direction: column;
padding: 0;
gap: var(--s-6);
list-style: none;
}
.title {
color: var(--color-text-accent);
font-size: var(--font-md);
}