mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-08 05:39:13 +00:00
Remove custom styling on the reference buttons
This commit is contained in:
committed by
Debanjum Singh Solanky
parent
c4a1ae9375
commit
da5b07e913
@@ -84,7 +84,6 @@ If your plugin does not need CSS, delete this file.
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
background-color: var(--code-background);
|
background-color: var(--code-background);
|
||||||
/* background-color: var(--background-modifier-active-hover); */
|
|
||||||
}
|
}
|
||||||
/* 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 {
|
||||||
@@ -158,8 +157,6 @@ div.expanded.reference-section {
|
|||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
button.reference-button {
|
button.reference-button {
|
||||||
background: var(--khoj-winter-sun);
|
|
||||||
color: var(--khoj-storm-grey);
|
|
||||||
border: 1px solid var(--khoj-storm-grey);
|
border: 1px solid var(--khoj-storm-grey);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
@@ -200,8 +197,6 @@ button.reference-button[aria-expanded="true"]::before {
|
|||||||
transform: rotate(90deg);
|
transform: rotate(90deg);
|
||||||
}
|
}
|
||||||
button.reference-expand-button {
|
button.reference-expand-button {
|
||||||
background: var(--khoj-winter-sun);
|
|
||||||
color: var(--khoj-storm-grey);
|
|
||||||
border: 1px solid var(--khoj-storm-grey);
|
border: 1px solid var(--khoj-storm-grey);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
|||||||
Reference in New Issue
Block a user