Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Fix searchbar text color for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
versocre committed Jun 29, 2020
1 parent 5650e6b commit fb24890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ h1, h2, h3 {
border-radius: 25px;
border: 1px solid var(--backgroundLight);
background-color: var(--primaryShapeLight);
color: var(--backgroundLight);
color: var(--textLight);
}
.input.primaryAlt:focus{
outline: none;
Expand Down

0 comments on commit fb24890

Please sign in to comment.