Skip to content

Commit 9a08b68

Browse files
committed
Use blue bg for DocSearch button in dark mode
Change .DocSearch-Button-Key dark mode background from gray-700 to blue-400 in src/styles/tailwind.css to adjust the button appearance in dark theme (improves visibility/brand consistency).
1 parent 51522a1 commit 9a08b68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/tailwind.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
@apply hidden! lg:flex!;
4949
}
5050
.DocSearch-Button-Key {
51-
@apply text-gray-700! bg-gray-100! border-gray-300! dark:text-gray-100! dark:bg-gray-700! dark:border-gray-500!;
51+
@apply text-gray-700! bg-gray-100! border-gray-300! dark:text-gray-100! dark:bg-blue-400! dark:border-gray-500!;
5252
}
5353
.DocSearch-Button .DocSearch-Search-Icon {
5454
@apply text-white! lg:text-gray-100!;

0 commit comments

Comments
 (0)