3 Commits

Author SHA1 Message Date
Sodbileg Gansukh
2cfe4e2016 v1.2.1 2024-03-13 17:11:42 +08:00
Sodbileg Gansukh
3b99c9e881 Fixed white background issue on accent color navigation
fixes DES-173
2024-03-13 17:09:19 +08:00
Sanne de Vries
0beef28a44 Updated default button card styles to support multiline buttons (#43)
* Updated default button card styles to support multiline buttons

Ref DES-160

* Center-aligned button text
2024-03-13 08:37:06 +01:00
4 changed files with 11 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

@@ -518,6 +518,10 @@ button.gh-form-input {
background-color: var(--background-color);
}
.gh-navigation.has-accent-color .gh-navigation-actions {
background-color: var(--ghost-accent-color);
}
.gh-navigation-members {
display: flex;
gap: 20px;
@@ -2374,7 +2378,11 @@ blockquote.kg-blockquote-alt {
/* Button */
.kg-card.kg-button-card .kg-btn {
height: unset;
padding: .6em 1.2em;
text-align: center;
font-size: 1em;
line-height: 1.2em;
}
/* Header */

View File

@@ -2,7 +2,7 @@
"name": "source",
"description": "A default theme for the Ghost publishing platform",
"demo": "https://source.ghost.io",
"version": "1.2.0",
"version": "1.2.1",
"engines": {
"ghost": ">=5.0.0"
},