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 99
99
color : var (--color-slate-400 );
100
100
}
101
101
102
+ .DocSearch-Hit-source {
103
+ @apply py-2.5 text-base;
104
+ }
105
+
102
106
.DocSearch-Dropdown .DocSearch-Hit-source : where (.dark , .dark * ) {
103
107
background-color : var (--color-slate-950 );
104
108
color : var (--color-slate-300 );
131
135
color : var (--color-slate-300 );
132
136
}
133
137
138
+ .DocSearch-Footer {
139
+ @apply py-6;
140
+ }
141
+
134
142
.DocSearch-Footer : where (.dark , .dark * ) {
135
143
background : var (--color-slate-950 );
136
144
box-shadow : none;
137
- @apply border-t border-t-slate-500 ;
145
+ @apply border-t border-t-slate-700 ;
138
146
}
139
147
140
148
.DocSearch-Footer .DocSearch-Logo svg : where (.dark , .dark * ) {
141
- fill : var (--color-slate -500 );
149
+ fill : var (--color-gray -500 );
142
150
color : var (--color-white );
143
151
background : transparent;
144
152
}
You can’t perform that action at this time.
0 commit comments