Changed all existing pages to use a dark bg

This commit is contained in:
2018-06-25 04:20:55 -04:00
parent 709ed9b491
commit df9547293f
4 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
body {
background-color: #1e1e1e;
}
h1,p {
color: grey;
}