overlay background color

This commit is contained in:
Andrew Croce 2018-07-23 14:26:01 -04:00
parent 35156f196c
commit 22655dbd29

View File

@ -106,6 +106,7 @@ $color-base: $color-black-light;
$color-focus: $color-gray-light;
$color-visited: $color-purple;
$color-overlay: rgba(#000, 0.5);
$color-shadow: rgba(#000, 0.3);
$color-transparent: rgba(#000, 0);