This commit is contained in:
github-actions 2024-09-25 01:05:23 +00:00
commit ca89c358bf
4 changed files with 3 additions and 19 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

@ -2257,14 +2257,6 @@ html.dark-mode .gh-content :not(pre) > code {
color: #fff;
}
html.dark-mode .gh-content strong {
color: #fff;
}
html.dark-mode .gh-content em {
color: #fff;
}
html.dark-mode .gh-content code {
color: #fff;
background: #000;
@ -2459,14 +2451,6 @@ html.dark-mode .footer-cta-title {
color: #fff;
}
html.auto-color .gh-content strong {
color: #fff;
}
html.auto-color .gh-content em {
color: #fff;
}
html.auto-color .gh-content code {
color: #fff;
background: #000;

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.4",
"version": "5.7.5",
"engines": {
"ghost": ">=5.0.0"
},