You've already forked Ghost-Theme-Source
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2cfe4e2016 | ||
|
|
3b99c9e881 | ||
|
|
0beef28a44 |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -518,6 +518,10 @@ button.gh-form-input {
|
|||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-navigation.has-accent-color .gh-navigation-actions {
|
||||||
|
background-color: var(--ghost-accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
.gh-navigation-members {
|
.gh-navigation-members {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
@@ -2374,7 +2378,11 @@ blockquote.kg-blockquote-alt {
|
|||||||
/* Button */
|
/* Button */
|
||||||
|
|
||||||
.kg-card.kg-button-card .kg-btn {
|
.kg-card.kg-button-card .kg-btn {
|
||||||
|
height: unset;
|
||||||
|
padding: .6em 1.2em;
|
||||||
|
text-align: center;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
line-height: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Header */
|
/* Header */
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "source",
|
"name": "source",
|
||||||
"description": "A default theme for the Ghost publishing platform",
|
"description": "A default theme for the Ghost publishing platform",
|
||||||
"demo": "https://source.ghost.io",
|
"demo": "https://source.ghost.io",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"ghost": ">=5.0.0"
|
"ghost": ">=5.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user