Skip to content

Commit

Permalink
fix(front): increases navbar inactive link contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Nov 12, 2023
1 parent 101c76d commit 4b99e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/lib/styles/components/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
.nav-link {
display: inline-block;
vertical-align: middle;
opacity: 0.5;
opacity: 0.77;
transition: opacity;
transition-duration: var(--transition-duration);
transition-timing-function: var(--transition-timing-function);
Expand Down

0 comments on commit 4b99e9e

Please sign in to comment.