Skip to content

Commit

Permalink
Add rule to inherit the global footer link color from the navigation …
Browse files Browse the repository at this point in the history
…container (#215)

Gutenberg 13.6.0 has removed this inheritance causing the links to change from white to blue, and greatly effecting the accessibility of the menu links due to low color contrast.
This commit is intended to be a quick fix until we can make changes to Gutenberg.
  • Loading branch information
adamwoodnz authored Jul 7, 2022
1 parent da08f79 commit 57d2efc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@
font-size: var(--wp--preset--font-size--small);
}
}

& .wp-block-navigation-item .wp-block-navigation-item__content {
color: inherit;
}
}

0 comments on commit 57d2efc

Please sign in to comment.