Skip to content

Commit

Permalink
Dark mode image glaring
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Apr 22, 2024
1 parent 984838b commit 59f5fee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion www/assets/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,11 @@ header .title {

.feedInfoErrorBox ul {
padding-left: 0.8rem;
}
}

// dark mode image glaring
@media (prefers-color-scheme: dark) {
img {
filter: brightness(.8) contrast(1.2);
}
}

0 comments on commit 59f5fee

Please sign in to comment.