File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 88 --code-with-result : var (--gray-800 );
99 --code-with-result-border : var (--code-with-result );
1010 --surface-brand-default : # 16a394 ;
11- --docsearch-highlight-color : var (var (--surface-brand-default ));
1211 --docsearch-searchbox-background : var (--ifm-color-secondary );
1312 --table-of-contents-link : rgb (113 , 128 , 150 );
1413 --docsearch-modal-width : 1248px ;
Original file line number Diff line number Diff line change @@ -127,6 +127,9 @@ const kapaStyles = `
127127.DocSearch-Dropdown {
128128 display: flex;
129129 flex-direction: column;
130+ --docsearch-highlight-color: var(--surface-brand-default) !important;
131+ --docsearch-soft-primary-color: transparent !important;
132+ --docsearch-hit-highlight-color: #0096881a !important;
130133}
131134
132135.DocSearch-Dropdown-Container {
You can’t perform that action at this time.
0 commit comments