Skip to content

Commit

Permalink
fix #237 use --overlay-background-color
Browse files Browse the repository at this point in the history
  • Loading branch information
synox authored Jul 31, 2023
1 parent e6399b8 commit cbfa446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ header nav .nav-sections {
flex: 1 1 auto;
display: none;
visibility: hidden;
background-color: var(--overlay-color);
background-color: var(--overlay-background-color);
}

header nav[aria-expanded="true"] .nav-sections {
Expand Down

0 comments on commit cbfa446

Please sign in to comment.