Fix background color of slash of darkmode <hr> (#733)
This commit is contained in:
parent
ce9918de2f
commit
807018ca97
3 changed files with 7 additions and 2 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2988,6 +2988,11 @@ Usage (In Ghost editor):
|
||||||
border-top-color: color-mod(var(--darkmode) l(+8%));
|
border-top-color: color-mod(var(--darkmode) l(+8%));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-full-content hr:after {
|
||||||
|
background: color(var(--darkmode) l(+8%));
|
||||||
|
box-shadow: var(--darkmode) 0 0 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.post-full-content figcaption {
|
.post-full-content figcaption {
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue