diff --git a/common/css/blockly.css b/common/css/blockly.css index ba7918c4..7b260222 100644 --- a/common/css/blockly.css +++ b/common/css/blockly.css @@ -148,12 +148,12 @@ .classic-theme.geras-renderer .blocklyMenu > .blocklyMenuItem { background-color: #fff; - color: #000; + color: #2f2f2f; } .classic-theme.zelos-renderer .blocklyMenu > .blocklyMenuItem { background-color: unset; - color: #000; + color: #2f2f2f; } .blocklyDropDownDiv.classic-theme.zelos-renderer .blocklyMenu > .blocklyMenuItem.blocklyMenuItemHighlight { diff --git a/common/templates/html/context-menu-item.html b/common/templates/html/context-menu-item.html index d6e8bb7d..6ab9da83 100644 --- a/common/templates/html/context-menu-item.html +++ b/common/templates/html/context-menu-item.html @@ -1,6 +1,7 @@ \ No newline at end of file