mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 10:28:04 +00:00
Fix background color of slash of darkmode <hr> (#733)
This commit is contained in:
parent
ce9918de2f
commit
807018ca97
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%));
|
||||
}
|
||||
|
||||
.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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user