css/viewport,html

This commit is contained in:
Marc Beninca 2023-05-29 15:18:06 +02:00
parent 1a41c18d2f
commit 87171e438b

View file

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