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 ba959e5 commit eb87572
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(90%);
filter: brightness(0.8) saturate(85%);
}

0 comments on commit eb87572

Please sign in to comment.