mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-07-21 13:16:06 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
45bc14f08d | |||
e27ea96779 |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -643,12 +643,12 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
|
|||||||
padding-bottom: 55%;
|
padding-bottom: 55%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-card:not(.post-access-public) .post-card-image-link::after {
|
.post-card:is(.post-access-members, .post-access-paid) .post-card-image-link::after {
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
backdrop-filter: blur(3px);
|
backdrop-filter: blur(3px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-card.keep-ratio:not(.post-access-public) .post-card-image-link::after {
|
.post-card.keep-ratio:is(.post-access-members, .post-access-paid) .post-card-image-link::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
@ -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.1.0",
|
"version": "5.1.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"ghost": ">=5.0.0"
|
"ghost": ">=5.0.0"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user