From bd4643043467c545e93c255991c5d4773506686d Mon Sep 17 00:00:00 2001 From: yanas Date: Fri, 16 Sep 2016 00:19:59 -0500 Subject: [PATCH] Small color change --- css/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/_variables.scss b/css/_variables.scss index 71b8145dd..47f5c3171 100644 --- a/css/_variables.scss +++ b/css/_variables.scss @@ -25,7 +25,7 @@ $defaultBackground: #474747; // Toolbar $toolbarSelectBackground: rgba(0, 0, 0, .6); -$toolbarButtonToggled: #0091EA; +$toolbarButtonToggled: #44A5FF; // Main controls $inputBackground: rgba(132, 132, 132, .5);