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

@ -72,4 +72,12 @@
.dark .chat .assistant-message {
background-color: #374151;
}
code {
background-color: white !important;
}
.dark code {
background-color: #1a212f !important;
}