Fix background color of slash of darkmode <hr> (#733)

This commit is contained in:
Allan Stromfeldt Christensen 2020-08-09 03:34:53 +10:00 committed by GitHub
parent ce9918de2f
commit 807018ca97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

View File

@ -2988,6 +2988,11 @@ Usage (In Ghost editor):
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 {
color: rgba(255, 255, 255, 0.6);
}