From e180284593da39809d9dd5cf56f444ca1936802c Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 14 Sep 2023 05:56:57 -0700 Subject: [PATCH] Update instruct style --- css/html_instruct_style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index fd215c0..72194db 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -49,12 +49,10 @@ .dark .chat .assistant-message { background-color: #1f2937; - border: 1px solid #4b5563; } .dark .chat .user-message { - background-color: #111827; - border: 1px solid #4b5563; + background-color: transparent; } code {