mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Improve instruct style in dark mode
This commit is contained in:
parent
11f38b5c2b
commit
ae25b21d61
|
|
@ -74,8 +74,16 @@
|
|||
|
||||
.dark .chat .assistant-message {
|
||||
background-color: #374151;
|
||||
border: 1px solid #4b5563;
|
||||
}
|
||||
|
||||
.dark .chat .user-message {
|
||||
background-color: #111827;
|
||||
border: 1px solid #4b5563;
|
||||
}
|
||||
|
||||
|
||||
|
||||
code {
|
||||
background-color: white !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue