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

@ -58,4 +58,12 @@ html {
.aboutLogo{
max-width: 25%;
margin-bottom: 1em;
}
html{
background-color: #212224;
color: white;
}
.textarea{
background-color: #212224;
color: white;
}