Improve instruct style in dark mode
This commit is contained in:
parent
11f38b5c2b
commit
ae25b21d61
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue