From fb818ead6063605ab2d8dbc852e9dee51b81a680 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Wed, 19 Jun 2024 19:13:05 +0530 Subject: [PATCH] Use active bg instead of code background for khoj response --- src/interface/obsidian/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface/obsidian/styles.css b/src/interface/obsidian/styles.css index b2ed18b1..cff4ee35 100644 --- a/src/interface/obsidian/styles.css +++ b/src/interface/obsidian/styles.css @@ -83,7 +83,7 @@ If your plugin does not need CSS, delete this file. color: var(--text-normal); margin-left: auto; white-space: pre-line; - background-color: var(--code-background); + background-color: var(--active-bg); } /* add left protrusion to khoj chat bubble */ .khoj-chat-message-text.khoj:after {