Skip to content

Commit 9d0142c

Browse files
committed
color changes for algolia.
remove the ctrl K hint for now.
1 parent 4c0cc5e commit 9d0142c

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

vendor/stylesheet/[email protected]

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*! @docsearch/css 3.5.2 | MIT License | © Algolia, Inc. and contributors | https://docsearch.algolia.com */
22
:root {
3-
--docsearch-primary-color: #5468ff;
4-
--docsearch-text-color: #1c1e21;
3+
--docsearch-primary-color: #292262;
4+
--docsearch-text-color: #989CAA;
55
--docsearch-spacing: 12px;
66
--docsearch-icon-stroke-width: 1.4;
77
--docsearch-highlight-color: var(--docsearch-primary-color);
@@ -75,13 +75,18 @@ html[data-theme="dark"] {
7575
}
7676
.DocSearch-Search-Icon {
7777
stroke-width: 1.6;
78+
stroke: grey;
79+
/* height: 14px;*/
80+
padding-left: 9px;
81+
/*padding-right: 9px;*/
7882
}
7983
.DocSearch-Button .DocSearch-Search-Icon {
8084
color: var(--docsearch-text-color);
8185
}
8286
.DocSearch-Button-Placeholder {
83-
font-size: 1rem;
87+
font-size: 0.9rem;
8488
padding: 0 12px 0 6px;
89+
color: var(--docsearch-text-color);
8590
}
8691
.DocSearch-Button-Keys {
8792
display: flex;
@@ -103,12 +108,11 @@ html[data-theme="dark"] {
103108
top: -1px;
104109
width: 20px;
105110
}
106-
@media (max-width: 768px) {
107-
.DocSearch-Button-Keys,
108-
.DocSearch-Button-Placeholder {
111+
/*@media (max-width: 768px) {*/
112+
.DocSearch-Button-Keys {
109113
display: none;
110114
}
111-
}
115+
/*}*/
112116
.DocSearch--active {
113117
overflow: hidden !important;
114118
}

0 commit comments

Comments
 (0)