Compare commits

..

No commits in common. "ca89c358bf542b08a1770cea38ff0cd67222a79d" and "0c8725217b98f32610312551ef79f74bea7cbffd" have entirely different histories.

4 changed files with 19 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

@ -2257,6 +2257,14 @@ 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;
@ -2451,6 +2459,14 @@ 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.5",
"version": "5.7.4",
"engines": {
"ghost": ">=5.0.0"
},