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