UI: Improve hr (horizontal separator) style

This commit is contained in:
oobabooga 2025-12-21 15:30:54 -03:00 committed by GitHub
parent 09d88f91e8
commit 9530d3a6d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}