Skip to content

Commit

Permalink
Changed background color of search in dark mode (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
keidakira authored Oct 10, 2023
1 parent 3339ab5 commit d7c3e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ html[data-theme='dark'] .DocSearch {
/* Modal */
--docsearch-modal-background: var(--ifm-background-color);
/* Search box */
--docsearch-searchbox-background: var(--ifm-background-color);
--docsearch-searchbox-background: var(--ifm-color-black);
--docsearch-searchbox-focus-background: var(--ifm-color-black);
/* Hit */
--docsearch-hit-color: var(--ifm-font-color-base);
Expand Down

1 comment on commit d7c3e99

@vercel
Copy link

@vercel vercel bot commented on d7c3e99 Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.