mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
Merge branch 'main' of https://github.com/TryGhost/Casper
This commit is contained in:
commit
219fee2d84
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2326,6 +2326,7 @@ html.dark-mode .kg-header-card h3.kg-header-card-subheader {
|
|||||||
html.dark-mode .kg-bookmark-card a.kg-bookmark-container,
|
html.dark-mode .kg-bookmark-card a.kg-bookmark-container,
|
||||||
html.dark-mode .kg-bookmark-card a.kg-bookmark-container:hover {
|
html.dark-mode .kg-bookmark-card a.kg-bookmark-container:hover {
|
||||||
background: var(--color-darkmode) !important;
|
background: var(--color-darkmode) !important;
|
||||||
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.dark-mode .footer-cta-title {
|
html.dark-mode .footer-cta-title {
|
||||||
@ -2527,6 +2528,7 @@ html.dark-mode .footer-cta-title {
|
|||||||
html.auto-color .kg-bookmark-card a.kg-bookmark-container,
|
html.auto-color .kg-bookmark-card a.kg-bookmark-container,
|
||||||
html.auto-color .kg-bookmark-card a.kg-bookmark-container:hover {
|
html.auto-color .kg-bookmark-card a.kg-bookmark-container:hover {
|
||||||
background: var(--color-darkmode) !important;
|
background: var(--color-darkmode) !important;
|
||||||
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.auto-color .footer-cta-title {
|
html.auto-color .footer-cta-title {
|
||||||
|
@ -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.3",
|
"version": "5.7.4",
|
||||||
"engines": {
|
"engines": {
|
||||||
"ghost": ">=5.0.0"
|
"ghost": ">=5.0.0"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user