Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSimoes committed Jan 18, 2024
1 parent 0d985ce commit fd02850
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions blocks/navigation/navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ raqn-navigation > nav p {
padding: 0;
}

raqn-navigation .level-1 a {
raqn-navigation .level-1 a:not(:hover) {
color: var(--scope-accent-background, #000);
}

raqn-navigation .level-1 a:hover {
color: var(--scope-accent-background-hover, #000);
}

raqn-navigation > nav > ul {
overflow-y: auto;
max-height: calc(100vh - var(--scope-header-height));
Expand Down

0 comments on commit fd02850

Please sign in to comment.