Update style.scss

This commit is contained in:
TILvids 2021-07-12 12:09:13 -04:00 committed by GitHub
parent ca16f80fba
commit b0ad2391f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,9 +18,9 @@ html {
}
body {
background: $spacecadet;
background: $darkGray;
font: 18px/1.4 $helvetica;
color: $lightGrray;
color: $lightGray;
}
.container {