From 084a4003e8f209fa7edecac0be0132ee15b06a9a Mon Sep 17 00:00:00 2001 From: oliver Date: Tue, 9 Jun 2026 16:47:17 -0300 Subject: [PATCH] Update styles.css --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index a0b4e96..5307c7c 100644 --- a/styles.css +++ b/styles.css @@ -1792,8 +1792,8 @@ body::after { } .chat-msg-user { align-self: flex-end; - background: var(--accent); - color: #fff; + background: var(--bg-hover); + color: var(--text); border-bottom-right-radius: 3px; } .chat-msg-bot {