nyxsite/site/templates/assets/index.css
2025-02-24 19:05:13 -06:00

30 lines
455 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%;
margin: auto;
width: 50%;
}
#particle-canvas {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}