Skip to content

Commit

Permalink
fix: dark mode for searchInput
Browse files Browse the repository at this point in the history
  • Loading branch information
GridexX authored Oct 2, 2022
1 parent 238e4bb commit 1de5be9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ body {
height: 1.2em !important;
width: 1.2em !important;
}

.searchInput {
color: var(--fg-color);
caret-color: var(--fg-color);
}

0 comments on commit 1de5be9

Please sign in to comment.