Skip to content

Commit

Permalink
Add invert filter to .btn-close for improved visibility in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aviolaris committed Jul 7, 2024
1 parent e4931ee commit 73eff8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
cursor: pointer;
}

.btn-close {
filter: invert(1);
}

.modal-dialog {
display: flex;
align-items: center;
Expand Down

0 comments on commit 73eff8d

Please sign in to comment.