Change background color of instruct code blocks
This commit is contained in:
parent
c728f2b5f0
commit
849ad04c96
1 changed files with 8 additions and 0 deletions
|
@ -73,3 +73,11 @@
|
|||
.dark .chat .assistant-message {
|
||||
background-color: #374151;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: white !important;
|
||||
}
|
||||
|
||||
.dark code {
|
||||
background-color: #1a212f !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue