Files
hackathon/front_end/src/App.css
2026-01-07 11:51:09 +01:00

8 lines
104 B
CSS

.App {
background-color: var(--tint4);
color: var(--text);
min-height: 100vh;
padding: 16px;
}