Skip to content

Commit

Permalink
Fix search bar text color for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanzhong committed Mar 31, 2022
1 parent 6356fdd commit 27e9768
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_style/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ img {
border-bottom-color: rgba(255, 255, 255, 0.07) !important;
}

.search input {
color: #e3e3e3;
}

.docsify-pagination-container {
border-top-color: rgba(255, 255, 255, 0.07) !important;
}
Expand Down

0 comments on commit 27e9768

Please sign in to comment.