Fix preview image brightness in dark mode

This commit is contained in:
Cotes Chung 2022-01-03 00:32:57 +08:00
parent cad62feb91
commit bec9246823
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@
--timeline-color: rgb(63, 65, 68); --timeline-color: rgb(63, 65, 68);
--timeline-year-dot-color: var(--timeline-color); --timeline-year-dot-color: var(--timeline-color);
.post-content img { .post img[data-src] {
filter: brightness(90%); filter: brightness(95%);
} }
hr { hr {