From de0c56f49dbf170ba09f87588d9fdcb8cb3e4a84 Mon Sep 17 00:00:00 2001 From: chloe Date: Thu, 19 Mar 2026 14:07:44 +0000 Subject: [PATCH] message bubble update --- Seasoned.Frontend/app/assets/css/app-theme.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Seasoned.Frontend/app/assets/css/app-theme.css b/Seasoned.Frontend/app/assets/css/app-theme.css index 3a51dfe..ae70469 100644 --- a/Seasoned.Frontend/app/assets/css/app-theme.css +++ b/Seasoned.Frontend/app/assets/css/app-theme.css @@ -31,7 +31,7 @@ html, body { .recipe-title { font-family: 'Libre Baskerville', serif; - font-size: 1.4rem; + font-size: 1.5rem; color: #1e1408; } @@ -581,7 +581,7 @@ html, body { .typing .dot { width: 6px; height: 6px; - background-color: #556b2f; + background-color: #e8dec5; border-radius: 50%; opacity: 0.4; animation: typing-bounce 1.4s infinite ease-in-out both; @@ -614,8 +614,8 @@ html, body { } .chat-display .message.assistant { - background-color: #fcf8ef !important; - color: #2e1e0a !important; + background-color: #5d4a36 !important; + color: #f4e4bc !important; align-self: flex-start; border-radius: 12px 12px 12px 2px; border: 1px solid #e8dec5 !important;