dot/in/index.css

18 lines
191 B
CSS
Raw Normal View History

2023-05-29 13:18:06 +00:00
@viewport {
width: device-width;
zoom: 1;
}
html {
background: rgb(0,0,0);
color: rgb(160,160,160);
font-family: sans;
}
2023-05-29 13:23:33 +00:00
a {
2023-05-29 13:24:14 +00:00
color: rgb(128,192,128);
2023-05-29 13:23:33 +00:00
}
a:hover {
2023-05-29 13:24:14 +00:00
color: rgb(192,128,128);
2023-05-29 13:23:33 +00:00
}