From c8ddb86c22e8c8a2b56d161e4acf311c79fb1c17 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:23:21 -0800 Subject: [PATCH] UI: improve some light mode colors --- css/html_instruct_style.css | 2 +- css/main.css | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index 5591f7d1..14fd919d 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -51,13 +51,13 @@ } .chat .user-message { + background: #f4f4f4; padding: 1.5rem 1rem; border-radius: 0; border-bottom-right-radius: 0; } .chat .assistant-message { - background: #f4f4f4; padding: 1.5rem 1rem; border-radius: 0; border: 0; diff --git a/css/main.css b/css/main.css index 637dbae5..ec118911 100644 --- a/css/main.css +++ b/css/main.css @@ -437,10 +437,6 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { font-size: 16px; } -.message-body :is(h1, h2, h3, h4, h5, h6) { - color: black !important; -} - .dark .message-body :is(h1, h2, h3, h4, h5, h6) { color: white !important; }