From 34aee14e29ea1efb506e6727fa544e4e8995d212 Mon Sep 17 00:00:00 2001 From: alexbofa <58225118+alexbofa@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:20:48 +0300 Subject: [PATCH] Update color comfyui-manager.js --- js/comfyui-manager.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index 56ac2916..1727c716 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -83,8 +83,8 @@ docStyle.innerHTML = ` } .cm-warn-note { - background-color: #000000 !important; - color: #FF0000 !important; + background-color: #101010 !important; + color: #FF3800 !important; font-size: 13px; border-radius: 5px; padding: 10px; @@ -93,8 +93,8 @@ docStyle.innerHTML = ` } .cm-info-note { - background-color: #000000 !important; - color: #FF0000 !important; + background-color: #101010 !important; + color: #FF3800 !important; font-size: 13px; border-radius: 5px; padding: 10px;