style: removed global black background

This commit is contained in:
Joshua Shoemaker 2020-08-08 11:23:21 -05:00
parent 1a659a27e5
commit 3409a73c73

View File

@ -5,8 +5,6 @@ body {
sans-serif; sans-serif;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
color: white;
background-color: rgb(39, 39, 39);
} }
code { code {