mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-07-13 09:16:06 +00:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
f13641dd7e | |||
46c586644d | |||
87395c500f | |||
331257ea29 | |||
4f1958d3b5 |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2170,6 +2170,10 @@ html.dark-mode .site-header-content {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html.dark-mode .site-header-cover {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
html.dark-mode .post-card-image {
|
html.dark-mode .post-card-image {
|
||||||
background: var(--color-darkmode);
|
background: var(--color-darkmode);
|
||||||
}
|
}
|
||||||
@ -2319,6 +2323,11 @@ html.dark-mode .kg-header-card h3.kg-header-card-subheader {
|
|||||||
color: #fff;
|
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 {
|
html.dark-mode .footer-cta-title {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
@ -2362,6 +2371,10 @@ html.dark-mode .footer-cta-title {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html.auto-color .site-header-cover {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
html.auto-color .post-card-image {
|
html.auto-color .post-card-image {
|
||||||
background: var(--color-darkmode);
|
background: var(--color-darkmode);
|
||||||
}
|
}
|
||||||
@ -2511,6 +2524,11 @@ html.dark-mode .footer-cta-title {
|
|||||||
color: #fff;
|
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 {
|
html.auto-color .footer-cta-title {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
@ -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": "5.7.1",
|
"version": "5.7.3",
|
||||||
"engines": {
|
"engines": {
|
||||||
"ghost": ">=5.0.0"
|
"ghost": ">=5.0.0"
|
||||||
},
|
},
|
||||||
|
2
post.hbs
2
post.hbs
@ -32,7 +32,7 @@ into the {body} tag of the default.hbs template --}}
|
|||||||
<div class="article-byline">
|
<div class="article-byline">
|
||||||
<section class="article-byline-content">
|
<section class="article-byline-content">
|
||||||
|
|
||||||
<ul class="author-list">
|
<ul class="author-list instapaper_ignore">
|
||||||
{{#foreach authors}}
|
{{#foreach authors}}
|
||||||
<li class="author-list-item">
|
<li class="author-list-item">
|
||||||
{{#if profile_image}}
|
{{#if profile_image}}
|
||||||
|
Reference in New Issue
Block a user