Files

11 lines
126 B
CSS
Raw Permalink Normal View History

:root {
font-family: system-ui, sans-serif;
color: #172033;
background: #fff;
}
body {
margin: 0;
padding: 40px;
}