From 2caad93c501030b9c0ba88fb4546a63378366624 Mon Sep 17 00:00:00 2001 From: Joaquim d'Souza Date: Tue, 7 Nov 2023 13:08:25 +0100 Subject: [PATCH] feat: fix background color of navbar submenu items --- web/app/themes/awasqa/style.css | 3 +++ web/app/themes/awasqa/styles/wp.css | 4 ++++ 2 files changed, 7 insertions(+) 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+* {