in/web
All checks were successful
/ job (push) Successful in 1m12s

This commit is contained in:
Marc Beninca 2024-10-13 21:12:30 +02:00
parent 83a4cc21ae
commit 3f0bd111c4
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 0 additions and 0 deletions

17
in/web/index.css Normal file
View file

@ -0,0 +1,17 @@
@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);
}