Update styles.css

This commit is contained in:
oliver
2026-06-09 16:47:17 -03:00
parent 58c564d263
commit 084a4003e8
+2 -2
View File
@@ -1792,8 +1792,8 @@ body::after {
} }
.chat-msg-user { .chat-msg-user {
align-self: flex-end; align-self: flex-end;
background: var(--accent); background: var(--bg-hover);
color: #fff; color: var(--text);
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
} }
.chat-msg-bot { .chat-msg-bot {