72d94170b4
Haskell backend: Orb HTTP framework, JSON-only API Frontend: Mithril.js SPA with TypeScript, Neo Brutalism CSS Dockerized build via flipstone/haskell-tools image Routes: GET /api/health — health check Build: ./hs stack build Test: ./hs stack test Run: ./scripts/run
10 lines
118 B
CSS
10 lines
118 B
CSS
/* Sis custom styles — layered on top of Neo Brutalism */
|
|
|
|
body {
|
|
min-height: 100vh;
|
|
}
|
|
|
|
#app {
|
|
padding: 1rem;
|
|
}
|