broterm/style.css
2025-02-02 23:35:33 +01:00

17 lines
218 B
CSS

* {
box-sizing: border-box;
}
:root {
color-scheme: dark;
}
body {
margin: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
font-family: "Roboto Mono";
}