www/style.css

21 lines
200 B
CSS
Raw Normal View History

2021-04-25 18:34:57 +00:00
body {
background:#1c1c1c;
color:#a7d129;
2021-04-26 18:07:11 +00:00
margin:0;
padding:0;
max-width:100%;
2021-04-25 18:34:57 +00:00
}
hr{
color:#32302f;
}
ul{
list-style: none;
}
li{
color:#81b214;
}
a{
text-decoration:none;
color:#9ede73;
}