diff --git a/web/app/themes/awasqa/style.css b/web/app/themes/awasqa/style.css index d6039ca..b072b54 100644 --- a/web/app/themes/awasqa/style.css +++ b/web/app/themes/awasqa/style.css @@ -239,6 +239,9 @@ h6::after { .awasqa-link-arrow:hover,.awasqa-link-arrow:focus { text-decoration: underline; } +.wp-block-navigation-item__content { + background-color: var(--color-yellow); +} /* Alter margin-top on first block after the navbar */ .wp-site-blocks header+* { margin-top: 1.25rem; diff --git a/web/app/themes/awasqa/styles/wp.css b/web/app/themes/awasqa/styles/wp.css index 00be77a..a21daca 100644 --- a/web/app/themes/awasqa/styles/wp.css +++ b/web/app/themes/awasqa/styles/wp.css @@ -1,3 +1,7 @@ +.wp-block-navigation-item__content { + background-color: var(--color-yellow); +} + /* Alter margin-top on first block after the navbar */ .wp-site-blocks { header+* {