Skip to content

Commit

Permalink
Fix nav button background color on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Dec 30, 2022
1 parent 42e3ac5 commit 9dd3ff5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions air-light-demo-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,11 @@ function demo_css() { ?>
margin-left: 10px;
}

.menu-item-get-link > .button-nav:hover,
.menu-item-get-link > .button-nav:focus {
background-color: #1146aa;
}

.nav-toggle-label {
display: none;
}
Expand Down

0 comments on commit 9dd3ff5

Please sign in to comment.