Improve table colors in instruct mode

This commit is contained in:
oobabooga 2025-06-05 06:33:45 -07:00
parent 3829507d0f
commit 977ec801b7

View file

@ -17,6 +17,14 @@
color: #d1d5db !important; color: #d1d5db !important;
} }
.chat .message-body :is(th, td) {
border-color: #40404096 !important;
}
.dark .chat .message-body :is(th, td) {
border-color: #ffffff75 !important;
}
.chat .message-body :is(p, ul, ol) { .chat .message-body :is(p, ul, ol) {
margin: 1.25em 0 !important; margin: 1.25em 0 !important;
} }