Files
rustical/crates/frontend/public/assets/style.css
2024-11-10 13:32:13 +01:00

8 lines
69 B
CSS

body {
font-family: sans-serif;
}
* {
box-sizing: border-box;
}