added dark mode

This commit is contained in:
Kevin Froman 2019-10-04 16:49:35 -05:00
parent 14334e7197
commit 215c8d2c3a
14 changed files with 51 additions and 13 deletions

View file

@ -4,3 +4,8 @@
word-break:break-word;
white-space: pre-wrap;
}
body{
background-color: #212224;
color: white;
}