mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-07 14:17:09 -04:00
UI: Invert user/assistant message colors in instruct mode
The goal is to make assistant messages more readable.
This commit is contained in:
parent
d08acb4af9
commit
b21bd8bb1e
1 changed files with 2 additions and 2 deletions
|
@ -61,11 +61,11 @@
|
|||
}
|
||||
|
||||
.dark .chat .user-message {
|
||||
background: transparent;
|
||||
background: var(--light-gray);
|
||||
}
|
||||
|
||||
.dark .chat .assistant-message {
|
||||
background: var(--light-gray);
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.chat .user-message .text,
|
||||
|
|
Loading…
Add table
Reference in a new issue