mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 13:25:11 +00:00
Update color of Khoj chat in Obsidinan plugin to Lantern theme
This commit is contained in:
@@ -8,7 +8,7 @@ If your plugin does not need CSS, delete this file.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--khoj-chat-blue: #017eff;
|
--khoj-chat-primary: #ffb300;
|
||||||
--khoj-chat-dark-grey: #475569;
|
--khoj-chat-dark-grey: #475569;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@ If your plugin does not need CSS, delete this file.
|
|||||||
|
|
||||||
#khoj-chat-title {
|
#khoj-chat-title {
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
color: var(--khoj-chat-blue);
|
color: var(--khoj-chat-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
#khoj-chat-body {
|
#khoj-chat-body {
|
||||||
@@ -69,7 +69,7 @@ If your plugin does not need CSS, delete this file.
|
|||||||
/* color chat bubble by khoj blue */
|
/* color chat bubble by khoj blue */
|
||||||
.khoj-chat-message-text.khoj {
|
.khoj-chat-message-text.khoj {
|
||||||
color: var(--text-on-accent);
|
color: var(--text-on-accent);
|
||||||
background: var(--khoj-chat-blue);
|
background: var(--khoj-chat-primary);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
@@ -80,7 +80,7 @@ If your plugin does not need CSS, delete this file.
|
|||||||
bottom: -2px;
|
bottom: -2px;
|
||||||
left: -7px;
|
left: -7px;
|
||||||
border: 10px solid transparent;
|
border: 10px solid transparent;
|
||||||
border-top-color: var(--khoj-chat-blue);
|
border-top-color: var(--khoj-chat-primary);
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
transform: rotate(-60deg);
|
transform: rotate(-60deg);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user