Change background color of instruct code blocks

This commit is contained in:
oobabooga 2023-05-05 12:02:45 -03:00
parent c728f2b5f0
commit 849ad04c96

View File

@ -73,3 +73,11 @@
.dark .chat .assistant-message {
background-color: #374151;
}
code {
background-color: white !important;
}
.dark code {
background-color: #1a212f !important;
}