mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-23 00:18:20 +01:00
Change background color of instruct code blocks
This commit is contained in:
parent
c728f2b5f0
commit
849ad04c96
@ -73,3 +73,11 @@
|
|||||||
.dark .chat .assistant-message {
|
.dark .chat .assistant-message {
|
||||||
background-color: #374151;
|
background-color: #374151;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
background-color: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark code {
|
||||||
|
background-color: #1a212f !important;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user