Compare commits

...

2 Commits

Author SHA1 Message Date
56ec2e9a90 v4.7.1 2021-12-17 16:30:15 +08:00
c4f2d74d80 Apply custom heading color only to light header style 2021-12-17 16:24:24 +08:00
4 changed files with 4 additions and 4 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

@ -1189,7 +1189,7 @@ except for when immediately preceeded by a heading */
font-family: var(--font-sans); font-family: var(--font-sans);
} }
.kg-header-card h2.kg-header-card-header { .kg-header-card.kg-style-light h2.kg-header-card-header {
color: color-mod(var(--color-darkgrey) l(-5%)); color: color-mod(var(--color-darkgrey) l(-5%));
} }

View File

@ -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.7.0", "version": "4.7.1",
"engines": { "engines": {
"ghost": ">=4.0.0", "ghost": ">=4.0.0",
"ghost-api": "v4" "ghost-api": "v4"