site/www/css/style.css

28 lines
329 B
CSS
Raw Normal View History

2026-02-03 13:06:04 +10:00
body {
background-color: var(--theme-bg);
}
2026-02-03 20:26:22 +10:00
#bg-canvas {
display:block;
position: fixed;
inset: 0;
width: 100vw;
height: 100vh;
z-index: -1;
}
.centered {
position: absolute;
inset: 0 0 0 0;
margin: auto;
display: flex;
}
.heading {
font-family: monospace;
font-size: 2em;
font-weight: bold;
}