Adjusted the colors and the animations

This commit is contained in:
2018-05-08 08:39:44 +10:00
parent b1d29476c5
commit c183a3bac1
2 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,9 @@
* 1.0.0 - 2018/05/03
*/
/*
== Color Sets ==
*/
//Pastel Colors
$s-color--pastel-pink: #FCE9F1;
$s-color--pastel-green: #E9FCF4;
@ -20,6 +23,9 @@ $s-color--swatch-yellow: #FFFFBA;
$s-color--swatch-green: #BAFFC9;
$s-color--swatch-blue: #BAE1FF;
/*
== Color Definitions ==
*/
//Hyperlink Colors
$s-color--link: #FC78DE;
$s-color--link-hover: lighten($s-color--link, 10%);