mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-01 19:13:56 +01:00
UI: Improve hr (horizontal separator) style
This commit is contained in:
parent
09d88f91e8
commit
9530d3a6d8
|
|
@ -27,6 +27,10 @@
|
|||
border-color: #ffffff75 !important;
|
||||
}
|
||||
|
||||
.dark .prose hr {
|
||||
border-color: #ffffff75 !important;
|
||||
}
|
||||
|
||||
.chat .message-body :is(p, ul, ol) {
|
||||
margin: 1.25em 0 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue