mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-07-15 10:16:06 +00:00
Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
d147bb158e | |||
01f2b67810 | |||
36e886a668 | |||
bf3617a726 | |||
6d8cc3ae66 | |||
f13641dd7e | |||
46c586644d | |||
87395c500f |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2257,14 +2257,6 @@ html.dark-mode .gh-content :not(pre) > code {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.dark-mode .gh-content strong {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
html.dark-mode .gh-content em {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
html.dark-mode .gh-content code {
|
html.dark-mode .gh-content code {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #000;
|
background: #000;
|
||||||
@ -2323,6 +2315,12 @@ 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;
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
html.dark-mode .footer-cta-title {
|
html.dark-mode .footer-cta-title {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
@ -2453,14 +2451,6 @@ html.dark-mode .footer-cta-title {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.auto-color .gh-content strong {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
html.auto-color .gh-content em {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
html.auto-color .gh-content code {
|
html.auto-color .gh-content code {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #000;
|
background: #000;
|
||||||
@ -2519,6 +2509,12 @@ 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;
|
||||||
|
color: #fff !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.2",
|
"version": "5.7.5",
|
||||||
"engines": {
|
"engines": {
|
||||||
"ghost": ">=5.0.0"
|
"ghost": ">=5.0.0"
|
||||||
},
|
},
|
||||||
@ -49,7 +49,7 @@
|
|||||||
"autoprefixer": "10.4.7",
|
"autoprefixer": "10.4.7",
|
||||||
"beeper": "2.1.0",
|
"beeper": "2.1.0",
|
||||||
"cssnano": "5.1.12",
|
"cssnano": "5.1.12",
|
||||||
"gscan": "4.36.1",
|
"gscan": "4.43.1",
|
||||||
"gulp": "4.0.2",
|
"gulp": "4.0.2",
|
||||||
"gulp-concat": "2.6.1",
|
"gulp-concat": "2.6.1",
|
||||||
"gulp-livereload": "4.0.2",
|
"gulp-livereload": "4.0.2",
|
||||||
|
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