diff --git a/theme/site/collections/menu.variables b/theme/site/collections/menu.variables index 11754c25..fcf8b1ff 100755 --- a/theme/site/collections/menu.variables +++ b/theme/site/collections/menu.variables @@ -2,7 +2,7 @@ User Variable Overrides *******************************/ -@invertedBackground: #525A67; +@invertedBackground: #3454D1; /******************************* PXT Theme Overrides diff --git a/theme/site/globals/site.variables b/theme/site/globals/site.variables index d2b9916c..15407ae2 100755 --- a/theme/site/globals/site.variables +++ b/theme/site/globals/site.variables @@ -9,7 +9,7 @@ @emSize : 14px; @fontSize : 13px; -@primaryColor: @teal; +@primaryColor: @purple; @teal: #3891A6; @blue: #456990; diff --git a/theme/style.less b/theme/style.less index f6967017..4e382593 100644 --- a/theme/style.less +++ b/theme/style.less @@ -57,6 +57,8 @@ .blocklyToolboxDiv { background-color: white !important; + border-right: 1px solid #ecf0f1 !important; + border-left: 1px solid #ecf0f1 !important; } .blocklyFlyoutBackground {