diff --git a/source/wp-content/themes/wporg-parent-2021/sass/block-styles.scss b/source/wp-content/themes/wporg-parent-2021/sass/block-styles.scss index 4f850b4b..5b3fe683 100644 --- a/source/wp-content/themes/wporg-parent-2021/sass/block-styles.scss +++ b/source/wp-content/themes/wporg-parent-2021/sass/block-styles.scss @@ -223,9 +223,7 @@ border: 1px solid var(--wp--preset--color--light-grey-1); color: var(--wp--preset--color--charcoal-1); border-radius: 2px; - } - > a { h2, h3, h4, @@ -233,12 +231,21 @@ h6 { margin-top: 0; margin-bottom: calc(var(--wp--preset--spacing--10) / 2); - color: var(--wp--custom--link--color--text); } p { margin-top: 0; } + } + + > a { + h2, + h3, + h4, + h5, + h6 { + color: var(--wp--custom--link--color--text); + } &:hover { background-color: var(--wp--preset--color--light-grey-2);