logcirc/static/style.css
2025-04-16 02:33:08 +02:00

20 lines
216 B
CSS

:root {
color-scheme: light dark;
}
* {
box-sizing: border-box;
}
body {
margin: 0px;
height: 100vh;
overflow: hidden;
}
canvas#canvas {
margin: 0px;
width: 100vw;
height: 100vh;
}