Added shadows, moved variables around

This commit is contained in:
2018-05-17 17:36:00 +10:00
parent 78a97c83a6
commit c526e3045d
8 changed files with 29 additions and 5 deletions

View File

@ -28,6 +28,7 @@ $s-color--swatch-blue: #BAE1FF;
*/
$s-color--background: white;
$s-color--shadow: rgba(0, 0, 0, 0.5);
//Hyperlink Colors
$s-color--link: #FC78DE;