Skip to content

Commit

Permalink
fix: Search link modal on Dark Mode
Browse files Browse the repository at this point in the history
Resolves #233
  • Loading branch information
oodamien committed Apr 30, 2024
1 parent ff21283 commit a061009
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/vendor/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ a.ais-Hits-item:hover {
border-color: var(--nav-panel-divider-color);
}

.dark-theme .search-link-box .search-link {
color: white;
}

.dark-theme #nomore {
border-color: var(--nav-panel-divider-color);
color: #fff;
Expand Down

0 comments on commit a061009

Please sign in to comment.