dot/in/web/index.css
Marc Beninca 3f0bd111c4
All checks were successful
/ job (push) Successful in 1m12s
in/web
2024-10-13 21:12:30 +02:00

17 lines
191 B
CSS

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