h6-nandsim/app/src/index.css
2026-06-11 05:13:10 +02:00

25 lines
239 B
CSS

:root {
color-scheme: light dark;
}
* {
font-family: sans;
}
#root {
margin: 0 auto;
height: 100svh;
text-align: center;
display: flex;
flex-direction: column;
}
body {
margin: 0;
height: 100vh;
}
h1 {
margin: 0;
}