Updating color of burger menu, fixes #17
This commit is contained in:
parent
b8efa1b6fa
commit
a8ad1c51ec
|
@ -175,6 +175,11 @@ hr {
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
.gh-burger:before,
|
||||
.gh-burger:after {
|
||||
background-color: var(--color-primary-text);
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
.is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent) :is(#gh-head, #gh-head .gh-head-actions) {
|
||||
background-color: var(--background-color);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "bifocal",
|
||||
"description": "A Ghost theme, based on Solo",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"ghost": ">=5.0.0"
|
||||
|
|
Loading…
Reference in New Issue