This commit is contained in:
github-actions 2024-07-04 00:36:13 +00:00
commit ee360b80af
4 changed files with 13 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

@ -2323,6 +2323,11 @@ html.dark-mode .kg-header-card h3.kg-header-card-subheader {
color: #fff;
}
html.dark-mode .kg-bookmark-card a.kg-bookmark-container,
html.dark-mode .kg-bookmark-card a.kg-bookmark-container:hover {
background: var(--color-darkmode) !important;
}
html.dark-mode .footer-cta-title {
color: #fff;
}
@ -2519,6 +2524,11 @@ html.dark-mode .footer-cta-title {
color: #fff;
}
html.auto-color .kg-bookmark-card a.kg-bookmark-container,
html.auto-color .kg-bookmark-card a.kg-bookmark-container:hover {
background: var(--color-darkmode) !important;
}
html.auto-color .footer-cta-title {
color: #fff;
}

View File

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