diff --git a/chatBot/style.css b/chatBot/style.css index ecd4d6d..73cad2e 100644 --- a/chatBot/style.css +++ b/chatBot/style.css @@ -102,7 +102,7 @@ } .incoming p { - color: #202020; + color: #252323; background: #bdc3c7; border-radius: 10px 10px 10px 0; } @@ -146,7 +146,7 @@ max-height: 80px; font-size: 0.95rem; padding: 16px 15px 16px 0; - color: #202020; + color: #d4cfcf; border: none; outline: none; resize: none;