daedalus/style.css
2023-05-30 12:21:15 +02:00

10 lines
192 B
CSS

body {
margin: 0;
background-color: #000;
color: #fff;
font-family: Monospace;
font-size: 13px;
line-height: 24px;
overscroll-behavior: none;
cursor: pointer;
}