From 977ec801b7682c3239fe3e6fdfcb8b90c1e802f3 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 5 Jun 2025 06:33:45 -0700 Subject: [PATCH] Improve table colors in instruct mode --- css/html_instruct_style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index 6ad250aa..9831ee8f 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -17,6 +17,14 @@ color: #d1d5db !important; } +.chat .message-body :is(th, td) { + border-color: #40404096 !important; +} + +.dark .chat .message-body :is(th, td) { + border-color: #ffffff75 !important; +} + .chat .message-body :is(p, ul, ol) { margin: 1.25em 0 !important; }