UI: Improved border color for tables + hr

This commit is contained in:
oobabooga 2025-12-21 15:38:48 -03:00 committed by GitHub
parent 1066fe8c21
commit a2ed640aa6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,16 +19,14 @@
color: #d1d5db !important;
}
.chat .message-body :is(th, td) {
.chat .message-body :is(th, td),
.prose hr {
border-color: #40404096 !important;
}
.dark .chat .message-body :is(th, td) {
border-color: #ffffff75 !important;
}
.dark .chat .message-body :is(th, td),
.dark .prose hr {
border-color: #ffffff75 !important;
border-color: rgba(255, 255, 255, 0.3) !important;
}
.chat .message-body :is(p, ul, ol) {