We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec64f3b + 4965784 commit 5cd8941Copy full SHA for 5cd8941
src/app/globals.css
@@ -127,3 +127,23 @@
127
@apply bg-background text-foreground;
128
}
129
130
+
131
+:root {
132
+ --docsearch-modal-background: #ffffff;
133
+}
134
135
+.dark {
136
137
+ --docsearch-modal-background: #1e293b;
138
139
+ --docsearch-searchbox-background: #1e293b;
140
+ --docsearch-searchbox-focus-background: #334155;
141
+ --docsearch-text-color: #f8fafc;
142
143
+ --docsearch-hit-background: #334155;
144
+ --docsearch-hit-color: #f1f5f9;
145
+ --docsearch-hit-shadow: none;
146
147
+ --docsearch-footer-background: #1e293b;
148
149
0 commit comments