Skip to content

Commit

Permalink
style: Subtle hover colors for search elements
Browse files Browse the repository at this point in the history
  • Loading branch information
colin969 committed Jul 31, 2024
1 parent 1ea2fcd commit 8c523cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/window/styles/fancy.css
Original file line number Diff line number Diff line change
Expand Up @@ -1524,6 +1524,11 @@ body {
box-shadow: 0px 2px 4px 0px #09090a;
}

.search-selector:hover,
.search-bar-simple-box:hover {
background-color: #363638;
}

.search-bar-simple-box > * {
filter: unset;
}
Expand Down

0 comments on commit 8c523cb

Please sign in to comment.