From 1c6ad3c8b0863eea0204fcd476d037f052be8b3a Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Wed, 2 Oct 2024 04:49:29 -0400 Subject: [PATCH] update AI page --- public/css/chat.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/chat.css b/public/css/chat.css index 56185c5..198c5fa 100644 --- a/public/css/chat.css +++ b/public/css/chat.css @@ -66,7 +66,7 @@ body, /* Success Alert - Blue Theme */ .alert-success { - background-color: #007bff; + background-color: #000000; /* Blue background similar to your button */ color: white; /* White text */