Skip to content

Commit

Permalink
Merge pull request #28 from coreruleset/fix-menu-link
Browse files Browse the repository at this point in the history
fix: menu link hover
  • Loading branch information
fzipi authored Mar 25, 2024
2 parents 57df8ef + 44aab70 commit f42b037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $fonts-path : h.$fonts-path;
--menu-link-color: var(--black);
--menu-link-color-hover: var(--gray-800);
--footer-link-color: var(--white);
--footer-link-color-hover: var(--primary-400);
--footer-link-color-hover: var(--gray-800);
--gutter: 25px;
--container-width: 1200px;
--content-width: 895px;
Expand Down

0 comments on commit f42b037

Please sign in to comment.