mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04: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 New Issue
Block a user