Skip to content

Commit

Permalink
Fix preview image brightness in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Jan 2, 2022
1 parent cad62fe commit bec9246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/colors/dark-typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
--timeline-color: rgb(63, 65, 68);
--timeline-year-dot-color: var(--timeline-color);

.post-content img {
filter: brightness(90%);
.post img[data-src] {
filter: brightness(95%);
}

hr {
Expand Down

0 comments on commit bec9246

Please sign in to comment.