Skip to content

Commit 44e380c

Browse files
committed
Change color of nav links on hover
1 parent 7a56c1e commit 44e380c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/assets/stylesheets/custom.css.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@
124124

125125
.nav-link {
126126
color: $mvp-grey;
127+
128+
&:hover {
129+
color: $mvp-blue;
130+
}
127131
}
128132
}
129133

0 commit comments

Comments
 (0)