mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Use active bg instead of code background for khoj response
This commit is contained in:
parent
a4b2552540
commit
fb818ead60
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue