nyxsite/site/assets/index.css
Nyx Tutt 06f9df010a add a todo list
Signed-off-by: Nyx Tutt <me@everypizza.im>
2025-02-23 22:28:15 -06:00

19 lines
301 B
CSS

@media (prefers-color-scheme: dark) {
* {
background-color: black;
color: white;
}
}
h1, h2, h3 {
font-family: monospace;
}
body {
font-family: system-ui;
padding: 1%;
height: 100vh;
font-size: 18px;
max-width: 40em;
margin: 10%, 10%, 10%, 10%;
}