Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Add background-color to current-page-item in navigation-drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
eaoui committed Aug 10, 2021
1 parent e879046 commit 524bbc0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,10 @@ header .custom-logo {
border-bottom: 1px solid #e0e0e0;
}

.nav-drawer ul .current-menu-item a,
.nav-drawer ul .current_page_item a {
.nav-drawer ul .current-menu-item,
.nav-drawer ul .current_page_item {
opacity: 0.5;
background-color: #f5f5f5;
}

.nav-drawer ul li {
Expand Down

0 comments on commit 524bbc0

Please sign in to comment.