mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-25 17:29:22 +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 {
|
.dark .chat .assistant-message {
|
||||||
background-color: #374151;
|
background-color: #374151;
|
||||||
|
border: 1px solid #4b5563;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark .chat .user-message {
|
||||||
|
background-color: #111827;
|
||||||
|
border: 1px solid #4b5563;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
code {
|
code {
|
||||||
background-color: white !important;
|
background-color: white !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user