mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Fix preview image brightness in dark mode
This commit is contained in:
parent
cad62feb91
commit
bec9246823
@ -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…
x
Reference in New Issue
Block a user