Updating color of burger menu, fixes #17

This commit is contained in:
Jean Viscogliosi-Pate 2024-10-21 18:20:55 -07:00
parent b8efa1b6fa
commit a8ad1c51ec
2 changed files with 6 additions and 1 deletions

View File

@ -175,6 +175,11 @@ hr {
color: inherit; color: inherit;
} }
.gh-burger:before,
.gh-burger:after {
background-color: var(--color-primary-text);
}
@media (max-width: 991px) { @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) { .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); background-color: var(--background-color);

View File

@ -1,7 +1,7 @@
{ {
"name": "bifocal", "name": "bifocal",
"description": "A Ghost theme, based on Solo", "description": "A Ghost theme, based on Solo",
"version": "1.0.0", "version": "1.0.1",
"private": true, "private": true,
"engines": { "engines": {
"ghost": ">=5.0.0" "ghost": ">=5.0.0"