Default dark mode

This commit is contained in:
Madison Scott-Clary
2019-06-08 00:39:10 -07:00
parent f65c6f7033
commit 29be060697
12 changed files with 118 additions and 116 deletions

View File

@ -8,5 +8,5 @@ $light-pink: lighten($dark-pink, 40%);
$gray: #efefef;
$light-gray: #999999;
$lighten-gray: #d9d9d9;
$dark-gray: #3e3e40;
$dark-gray: #3e3e43;
$darken-gray: darken($dark-gray, 10%);