Skip to content

Commit

Permalink
Update page nav styles
Browse files Browse the repository at this point in the history
  • Loading branch information
infloent committed Dec 4, 2024
1 parent 9995b20 commit d098500
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions blocks/page-navigation/page-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ raqn-page-navigation {
--page-nav-active-item-background: transparent;
--page-nav-active-item-color: var(--highlight);
--page-nav-active-item-font-weight: bold;

}

raqn-page-navigation a {
Expand All @@ -18,13 +17,7 @@ raqn-page-navigation a {
margin-inline: var(--page-nav-item-margin-inline);
}

raqn-page-navigation a.active {
font-weight: var(--page-nav-active-item-font-weight);
background: var(--page-nav-active-item-background);
color: var(--page-nav-active-item-color);
}

raqn-page-navigation a:hover {
raqn-page-navigation a:is(.active, :hover) {
font-weight: var(--page-nav-active-item-font-weight);
background: var(--page-nav-active-item-background);
color: var(--page-nav-active-item-color);
Expand Down

0 comments on commit d098500

Please sign in to comment.