From 849ad04c96212136f0dc336e46d10720bdb33af7 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 5 May 2023 12:02:45 -0300 Subject: [PATCH] Change background color of instruct code blocks --- 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 1fbddfad..2fd751d5 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -72,4 +72,12 @@ .dark .chat .assistant-message { background-color: #374151; +} + +code { + background-color: white !important; +} + +.dark code { + background-color: #1a212f !important; } \ No newline at end of file