Added footer

This commit is contained in:
2018-03-03 17:03:41 +11:00
parent 300bde972d
commit ceb48e104c
17 changed files with 352 additions and 15 deletions

View File

@ -11,6 +11,7 @@
//Fonts
$s-color--text: black;
$s-color--links: #FC78DE;
$s-color--links-hover: lighten($s-color--links, 20%);
//Backgrounds
$s-color--background-default: white;