File tree 1 file changed +11
-7
lines changed
1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
/*! @docsearch/css 3.5.2 | MIT License | © Algolia, Inc. and contributors | https://docsearch.algolia.com */
2
2
: root {
3
- --docsearch-primary-color : # 5468ff ;
4
- --docsearch-text-color : # 1c1e21 ;
3
+ --docsearch-primary-color : # 292262 ;
4
+ --docsearch-text-color : # 989CAA ;
5
5
--docsearch-spacing : 12px ;
6
6
--docsearch-icon-stroke-width : 1.4 ;
7
7
--docsearch-highlight-color : var (--docsearch-primary-color );
@@ -75,13 +75,18 @@ html[data-theme="dark"] {
75
75
}
76
76
.DocSearch-Search-Icon {
77
77
stroke-width : 1.6 ;
78
+ stroke : grey;
79
+ /* height: 14px;*/
80
+ padding-left : 9px ;
81
+ /*padding-right: 9px;*/
78
82
}
79
83
.DocSearch-Button .DocSearch-Search-Icon {
80
84
color : var (--docsearch-text-color );
81
85
}
82
86
.DocSearch-Button-Placeholder {
83
- font-size : 1 rem ;
87
+ font-size : 0.9 rem ;
84
88
padding : 0 12px 0 6px ;
89
+ color : var (--docsearch-text-color );
85
90
}
86
91
.DocSearch-Button-Keys {
87
92
display : flex;
@@ -103,12 +108,11 @@ html[data-theme="dark"] {
103
108
top : -1px ;
104
109
width : 20px ;
105
110
}
106
- @media (max-width : 768px ) {
107
- .DocSearch-Button-Keys ,
108
- .DocSearch-Button-Placeholder {
111
+ /*@media (max-width: 768px) {*/
112
+ .DocSearch-Button-Keys {
109
113
display : none;
110
114
}
111
- }
115
+ /*}*/
112
116
.DocSearch--active {
113
117
overflow : hidden !important ;
114
118
}
You can’t perform that action at this time.
0 commit comments