css: Navbar hover color is a function of the primary color.

This commit is contained in:
Brett Smith 2018-10-10 16:07:10 -04:00
parent 737383a46c
commit dadee611a0

View file

@ -323,7 +323,7 @@ $homepage-block-smaller-min-height: 360px;
&:active,
&:focus,
&:hover {
background-color: #004303;
background-color: darken($navbar-default-bg, 15%);
}
}