mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 10:28:04 +00:00
🐛 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
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,
|
.site-main,
|
||||||
.post-template .site-main {
|
.post-template .site-main,
|
||||||
|
.page-template .site-main {
|
||||||
background: var(--darkmode);
|
background: var(--darkmode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user