Skip to content

Commit

Permalink
Fix searchbar input wrong on light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jun 21, 2023
1 parent 5e1fb31 commit 6ef83c9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
left: 0;
z-index: 2;
cursor: pointer;
font-weight: 600;
font-weight: 400;
color: var(--bs-navbar-color);
}

.search-bar-input:focus {
Expand Down

0 comments on commit 6ef83c9

Please sign in to comment.