Lighten shade color in editor

This commit is contained in:
Nick O'Leary 2016-10-10 11:42:13 +01:00
parent 4d19f881e9
commit 9c6295d0d8
1 changed files with 1 additions and 1 deletions

View File

@ -66,4 +66,4 @@ $editor-button-background-primary-hover: #6E0A1E;
$editor-button-color: #999;
$editor-button-background: #fff;
$shade-color: rgba(100,100,100,0.5);
$shade-color: rgba(200,200,200,0.5);