Update style.css

This commit is contained in:
公明
2025-11-26 21:38:52 +08:00
committed by GitHub
parent 4ce6b3427b
commit f26316c753
+4 -2
View File
@@ -590,14 +590,16 @@ header {
.message.user .message-bubble {
background: var(--accent-color);
color: white;
border-bottom-right-radius: 2px;
border-bottom-right-radius: 8px;
border-top-right-radius: 2px;
}
.message.assistant .message-bubble {
background: var(--bg-primary);
color: var(--text-primary);
border: 1px solid var(--border-color);
border-bottom-left-radius: 2px;
border-bottom-left-radius: 8px;
border-top-left-radius: 2px;
}
.message.assistant .message-bubble pre {