UI: Fix the color of italic text

This commit is contained in:
oobabooga 2025-08-10 07:54:21 -07:00
parent cc964ee579
commit 9ec310d858

View file

@ -13,7 +13,7 @@
line-height: 28px !important;
}
.dark .chat .message-body :is(p, li, q, h1, h2, h3, h4, h5, h6) {
.dark .chat .message-body :is(p, li, q, em, h1, h2, h3, h4, h5, h6) {
color: #d1d5db !important;
}