Reinstate a class which as it turns out was not unused after all

This commit is contained in:
John O'Nolan
2021-03-08 11:46:41 -05:00
parent 30cd8d97e0
commit 372dca859b
4 changed files with 7 additions and 3 deletions

View File

@ -489,6 +489,10 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
z-index: 2000;
}
.home-template .gh-head.has-cover {
background: transparent;
}
.home-template.gh-head-open .gh-head {
background: var(--ghost-accent-color);
}