Compare commits

...

3 Commits

Author SHA1 Message Date
3e7ca9cb36 v5.1.5 2022-07-04 19:02:25 +08:00
b5297f16d7 Rebuild assets 2022-07-04 19:02:07 +08:00
ccf82ec6c1 Let social links inherit their color 2022-07-04 15:12:36 +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

@ -373,7 +373,7 @@ body:not(.has-cover) .site-header-content:not(.left-aligned) {
.gh-social-link {
line-height: 0;
color: #fff;
color: inherit;
}
.gh-social-link:hover {

View File

@ -2,7 +2,7 @@
"name": "casper",
"description": "A clean, minimal default theme for the Ghost publishing platform",
"demo": "https://demo.ghost.io",
"version": "5.1.4",
"version": "5.1.5",
"engines": {
"ghost": ">=5.0.0"
},