Fix preview image brightness in dark mode
This commit is contained in:
parent
cad62feb91
commit
bec9246823
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue