Improve instruct style in dark mode

This commit is contained in:
oobabooga 2023-06-06 07:00:00 -03:00
parent 11f38b5c2b
commit ae25b21d61

View File

@ -74,8 +74,16 @@
.dark .chat .assistant-message {
background-color: #374151;
border: 1px solid #4b5563;
}
.dark .chat .user-message {
background-color: #111827;
border: 1px solid #4b5563;
}
code {
background-color: white !important;
}