mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-07 06:06:20 -04:00
Improve table colors in instruct mode
This commit is contained in:
parent
3829507d0f
commit
977ec801b7
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue