Update style.scss

Update colors
This commit is contained in:
TILvids 2021-07-12 11:53:22 -04:00 committed by GitHub
parent f7b4caf569
commit ca62008172
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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