Files
sis/frontend/public/style.css
T
jbrechtel 5075ef2718 Add neo-brutalist landing page
Title 'Sis' in nb-font-heading1, tagline 'For chores and stuff'
Warm cream background, centered nb-box layout
2026-07-15 14:52:49 -04:00

11 lines
141 B
CSS

/* Sis custom styles — layered on top of Neo Brutalism */
body {
min-height: 100vh;
background: #fff9e6;
}
#app {
padding: 1rem;
}