Move to Adam's Blog template

This commit is contained in:
Madison Scott-Clary
2017-09-06 13:04:59 -06:00
parent faf67db776
commit a814cdf0ab
58 changed files with 8508 additions and 213 deletions

View File

@ -0,0 +1,11 @@
$black: #000;
$white: #fff;
$blue: #2d89ec;
$dark-purple: #311e3e;
$light-purple: lighten($dark-purple, 60%);
$dark-pink: #87314e;
$gray: #efefef;
$light-gray: #999999;
$lighten-gray: #d9d9d9;
$dark-gray: #3e3e40;
$darken-gray: darken($dark-gray, 10%);