Use active bg instead of code background for khoj response

This commit is contained in:
sabaimran
2024-06-19 19:13:05 +05:30
committed by Debanjum Singh Solanky
parent a4b2552540
commit fb818ead60

View File

@@ -83,7 +83,7 @@ If your plugin does not need CSS, delete this file.
color: var(--text-normal); color: var(--text-normal);
margin-left: auto; margin-left: auto;
white-space: pre-line; white-space: pre-line;
background-color: var(--code-background); background-color: var(--active-bg);
} }
/* add left protrusion to khoj chat bubble */ /* add left protrusion to khoj chat bubble */
.khoj-chat-message-text.khoj:after { .khoj-chat-message-text.khoj:after {