This commit is contained in:
github-actions 2024-04-10 00:32:21 +00:00
commit 3ce7861a0a
4 changed files with 11 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

View File

@ -2170,6 +2170,10 @@ html.dark-mode .site-header-content {
color: #fff; color: #fff;
} }
html.dark-mode .site-header-cover {
opacity: 1;
}
html.dark-mode .post-card-image { html.dark-mode .post-card-image {
background: var(--color-darkmode); background: var(--color-darkmode);
} }
@ -2362,6 +2366,10 @@ html.dark-mode .footer-cta-title {
color: #fff; color: #fff;
} }
html.auto-color .site-header-cover {
opacity: 1;
}
html.auto-color .post-card-image { html.auto-color .post-card-image {
background: var(--color-darkmode); background: var(--color-darkmode);
} }

View File

@ -2,7 +2,7 @@
"name": "casper-i18n", "name": "casper-i18n",
"description": "The same casper theme, but with localization support", "description": "The same casper theme, but with localization support",
"demo": "https://demo.ghost.io", "demo": "https://demo.ghost.io",
"version": "5.7.1", "version": "5.7.2",
"engines": { "engines": {
"ghost": ">=5.0.0" "ghost": ">=5.0.0"
}, },