Skip to content

Commit

Permalink
fix(image): adjust dark theme filter
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jun 29, 2021
1 parent daf13a0 commit fb8123b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -894,5 +894,5 @@ html[data-theme="dark"] {
}

.dark-theme .image-resize {
filter: brightness(0.8) saturate(80%);
filter: brightness(0.8) saturate(90%);
}

0 comments on commit fb8123b

Please sign in to comment.