You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
322 B
CSS

@import "includes.css";
html {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
"Segoe UI Emoji", "Segoe UI Symbol", "Lato", "Helvetica Neue", Helvetica, Arial,
sans-serif;
font-size: 14px;
}
body {
max-width: 1024px;
margin: 1rem auto;
background: white;
color: black;
padding: 1rem;
}