Skip to content

Commit

Permalink
exui-2748 - fix for remove dialog contrast while dark mode active
Browse files Browse the repository at this point in the history
  • Loading branch information
jphcdcgi committed Feb 5, 2025
1 parent e2d6907 commit 77cbd89
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
cursor: pointer;
color: #6e7071;
}
@media (prefers-color-scheme: dark) {
.dialog-title, .dialog-info {
color: #000000;
}
}
.dialog-header {
text-align: right;
}
Expand Down

0 comments on commit 77cbd89

Please sign in to comment.