File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 9999 color : var (--color-slate-400 );
100100}
101101
102+ .DocSearch-Hit-source {
103+ @apply py-2.5 text-base;
104+ }
105+
102106.DocSearch-Dropdown .DocSearch-Hit-source : where (.dark , .dark * ) {
103107 background-color : var (--color-slate-950 );
104108 color : var (--color-slate-300 );
131135 color : var (--color-slate-300 );
132136}
133137
138+ .DocSearch-Footer {
139+ @apply py-6;
140+ }
141+
134142.DocSearch-Footer : where (.dark , .dark * ) {
135143 background : var (--color-slate-950 );
136144 box-shadow : none;
137- @apply border-t border-t-slate-500 ;
145+ @apply border-t border-t-slate-700 ;
138146}
139147
140148.DocSearch-Footer .DocSearch-Logo svg : where (.dark , .dark * ) {
141- fill : var (--color-slate -500 );
149+ fill : var (--color-gray -500 );
142150 color : var (--color-white );
143151 background : transparent;
144152}
You can’t perform that action at this time.
0 commit comments