From 656b1c90f3f585ef2a4ac3cbe42a58564112833c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Wed, 30 Apr 2025 14:18:09 +0800 Subject: [PATCH] =?UTF-8?q?style(core):=20=E4=BC=98=E5=8C=96=E5=8F=B3?= =?UTF-8?q?=E9=94=AE=E8=8F=9C=E5=8D=95=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/blockly.css | 4 ++-- common/templates/html/context-menu-item.html | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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