Skip to content

Commit

Permalink
Fix dark control arrows
Browse files Browse the repository at this point in the history
- Fixes the behavior in the dark mode where revert control arrows aren't visible.
- Invert the arrows when in dark mode with `filter: invert(100%)`
- Resolves #2738
  • Loading branch information
Gusted committed Feb 12, 2021
1 parent 4578779 commit 844a810
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/skin/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -548,4 +548,7 @@ div.overlay.active {
background-color: #333;
border: solid 2px #ddd;
}
.userset .honeybadgerPowered {
filter: invert(100%);
}
}

0 comments on commit 844a810

Please sign in to comment.