Skip to content

Commit

Permalink
feat: fix background color of navbar submenu items
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimds committed Nov 7, 2023
1 parent ef4505a commit 2caad93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/app/themes/awasqa/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 4 additions & 0 deletions web/app/themes/awasqa/styles/wp.css
Original file line number Diff line number Diff line change
@@ -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+* {
Expand Down

0 comments on commit 2caad93

Please sign in to comment.