From 72e370174077193499d6f0df5aea0e53933d1310 Mon Sep 17 00:00:00 2001 From: mic Date: Tue, 29 Apr 2025 23:01:44 +0200 Subject: [PATCH] add color styling for ChatGPT web additional info elements. see #277 #168 --- pages/customprompts/mzta-custom-prompts.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/customprompts/mzta-custom-prompts.css b/pages/customprompts/mzta-custom-prompts.css index b794e8d3..07826f02 100644 --- a/pages/customprompts/mzta-custom-prompts.css +++ b/pages/customprompts/mzta-custom-prompts.css @@ -339,4 +339,8 @@ input.input_additional[type="text"]{ #chatgpt_web_additional_info{ background-color: rgb(39, 11, 0); } + + #chatgpt_web_additional_info, #chatgpt_web_additional_info_toggle, .chatgpt_web_additional_info, .chatgpt_web_additional_info_toggle, .chatgpt_web_additional_info_show{ + color: black; + } } \ No newline at end of file