This commit is contained in:
oobabooga 2026-01-06 10:24:34 -08:00
parent 2fcbadec67
commit 36747cf99c
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@
.dark .chat .message-body :is(th, td),
.dark .prose hr {
border-color: rgba(255, 255, 255, 0.3) !important;
border-color: rgb(255 255 255 / 30%) !important;
}
.chat .message-body :is(p, ul, ol) {

View file

@ -1799,11 +1799,11 @@ button#swap-height-width {
}
table {
border-collapse: collapse;
border-collapse: collapse;
}
table, tr, td, th, thead {
border: 0;
border: 0;
}
td + td,