From 137745b4eb4a5a335fa91920562b18a8350665a2 Mon Sep 17 00:00:00 2001 From: Malcolm Young <malcolm.young@capgemini.com> Date: Fri, 17 Jan 2025 08:44:44 +0000 Subject: [PATCH] Issue #3500437: Default chatbot header text is not readable --- modules/ai_chatbot/css/chat.css | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ai_chatbot/css/chat.css b/modules/ai_chatbot/css/chat.css index f9f5b9362..e1dd87343 100644 --- a/modules/ai_chatbot/css/chat.css +++ b/modules/ai_chatbot/css/chat.css @@ -147,6 +147,7 @@ form input[type="submit"].chat-form-clear-history:hover { margin: 0; padding: 0; font-size: 12px; + color: #fff; } #live-chat h5 { -- GitLab