Skip to content

Commit

Permalink
fix dark mode modals
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Jun 11, 2024
1 parent 4d1625c commit 0f169c0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1879,4 +1879,18 @@ body[data-brightness="dark"] {
img.invert-safe {
filter: invert(1);
}

.modal-content {
button.close {
filter: invert(1);
}
}
}

.modal-dialog {
border: 1px solid var(--border);

.modal-content {
background: var(--color-background);
}
}

0 comments on commit 0f169c0

Please sign in to comment.