🐛 Fixed page style in dark mode
closes https://github.com/TryGhost/Casper/issues/643 - fixes background color for pages in dark mode
This commit is contained in:
parent
c82e1cb035
commit
a66beb4e10
3 changed files with 4 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2846,7 +2846,8 @@ Usage (In Ghost editor):
|
|||
}
|
||||
|
||||
.site-main,
|
||||
.post-template .site-main {
|
||||
.post-template .site-main,
|
||||
.page-template .site-main {
|
||||
background: var(--darkmode);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue