Update no-image classes

Closes https://github.com/TryGhost/Casper/pull/513
This commit is contained in:
John O'Nolan
2019-01-15 15:06:19 +07:00
parent b2322157d5
commit f57f9ebc99
5 changed files with 6 additions and 6 deletions

View File

@ -142,8 +142,8 @@ body {
background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0));
}
.site-header.no-cover:before,
.site-header.no-cover:after {
.site-header.no-image:before,
.site-header.no-image:after {
display: none;
}