Add styles file

This commit is contained in:
g1n 2021-06-04 04:21:51 -04:00
parent 614de94854
commit 953f3d397f
1 changed files with 23 additions and 0 deletions

23
style.css Normal file
View File

@ -0,0 +1,23 @@
body {
background:#1c1c1c;
color:#a7d129;
}
div {
padding:5px;
width:100%;
max-width:874px;
margin:24px auto;
}
hr{
color:#32302f;
}
ul{
list-style: none;
}
li{
color:#81b214;
}
a{
text-decoration:none;
color:#9ede73;
}