dot/index.css
2023-05-29 15:18:06 +02:00

10 lines
122 B
CSS

@viewport {
width: device-width;
zoom: 1;
}
html {
background: rgb(0,0,0);
color: rgb(160,160,160);
font-family: sans;
}