Menu, styling

This commit is contained in:
Madison Scott-Clary
2017-09-06 14:15:36 -06:00
parent 2add453e73
commit c99d4f846f
5 changed files with 20 additions and 14 deletions

View File

@ -4,6 +4,7 @@ $blue: #2d89ec;
$dark-purple: #311e3e;
$light-purple: lighten($dark-purple, 60%);
$dark-pink: #87314e;
$light-pink: lighten($dark-pink, 40%);
$gray: #efefef;
$light-gray: #999999;
$lighten-gray: #d9d9d9;