mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-07-13 09:16:06 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
08c1e38ae1 | |||
d9e9e097cd |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1817,11 +1817,12 @@ html.dark-mode .no-image .author-social-link a {
|
|||||||
color: rgba(255, 255, 255, 0.75);
|
color: rgba(255, 255, 255, 0.75);
|
||||||
}
|
}
|
||||||
|
|
||||||
html.dark-mode .post-full-content h1,
|
html.dark-mode .gh-content h1,
|
||||||
html.dark-mode .post-full-content h2,
|
html.dark-mode .gh-content h2,
|
||||||
html.dark-mode .post-full-content h3,
|
html.dark-mode .gh-content h3,
|
||||||
html.dark-mode .post-full-content h4,
|
html.dark-mode .gh-content h4,
|
||||||
html.dark-mode .post-full-content h6 {
|
html.dark-mode .gh-content h5,
|
||||||
|
html.dark-mode .gh-content h6 {
|
||||||
color: rgba(255, 255, 255, 0.9);
|
color: rgba(255, 255, 255, 0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1852,7 +1853,7 @@ html.dark-mode .post-full-content hr:after {
|
|||||||
box-shadow: var(--color-darkmode) 0 0 0 5px;
|
box-shadow: var(--color-darkmode) 0 0 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.dark-mode .post-full-content figcaption {
|
html.dark-mode .gh-content figcaption {
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "casper",
|
"name": "casper",
|
||||||
"description": "A clean, minimal default theme for the Ghost publishing platform",
|
"description": "A clean, minimal default theme for the Ghost publishing platform",
|
||||||
"demo": "https://demo.ghost.io",
|
"demo": "https://demo.ghost.io",
|
||||||
"version": "4.0.1",
|
"version": "4.0.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"ghost": ">=4.0.0",
|
"ghost": ">=4.0.0",
|
||||||
"ghost-api": "v4"
|
"ghost-api": "v4"
|
||||||
|
Reference in New Issue
Block a user