Updated the site styling to be a bit easier ont he eyes.

This commit is contained in:
2021-09-01 18:16:29 -07:00
parent 51dfc3484c
commit ad86009756
3 changed files with 525 additions and 2 deletions

View File

@ -7,9 +7,11 @@ html,body {
margin: 0;
padding: 0;
font-size: 16px;
line-height: 1.6;
background: #000;
color: #FFF;
font-family: monospace;
color: #DDD;
font-family: Arial, Helvetica, sans-serif;
}
a {