Skip to content

Commit

Permalink
Merge pull request #431 from 0xabdulkhalid/closes-issue-#427
Browse files Browse the repository at this point in the history
fix: bad contrast background for search bar on dark mode ⚒️
  • Loading branch information
swapnilsparsh authored Aug 10, 2023
2 parents 606cdf3 + 7f5a189 commit e20201e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -1974,10 +1974,19 @@ input.search {
color: white;

}

.search-container {
background: unset;
}

.landing-page-header .header-details .search-container:hover .search {
color: var(--native1) !important;
}

a.sc-eqUAAy.cZwkbm:hover {
color: #00253a;
}

svg:hover {
color: #00253a;

}

0 comments on commit e20201e

Please sign in to comment.