Improve instruct colors in dark mode

This commit is contained in:
oobabooga 2023-06-18 01:38:32 -03:00
parent c5641b65d3
commit 0686a2e75f

View File

@ -74,7 +74,7 @@
} }
.dark .chat .assistant-message { .dark .chat .assistant-message {
background-color: #374151; background-color: #3741519e;
border: 1px solid #4b5563; border: 1px solid #4b5563;
} }