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-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 {
|
||||||
|
|
Loading…
Reference in a new issue