cool border thing

This commit is contained in:
Nyx 2025-02-24 19:11:57 -06:00
parent 4cd0680968
commit 41c30fcdbb

View file

@ -5,6 +5,13 @@
}
}
@media (prefers-color-scheme: light) {
* {
background-color: white;
color: black;
}
}
h1, h2, h3 {
font-family: monospace;
}
@ -12,12 +19,12 @@ h1, h2, h3 {
body {
font-family: system-ui;
padding: 1%;
height: 100vh;
font-size: 18px;
max-width: 40em;
margin: 10%, 10%, 10%, 10%;
margin: auto;
width: 50%;
border: 10px solid lightgrey;
border-radius: 5px;
}
#particle-canvas {