css: Navbar hover color is a function of the primary color.
This commit is contained in:
parent
737383a46c
commit
dadee611a0
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ $homepage-block-smaller-min-height: 360px;
|
||||||
&:active,
|
&:active,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #004303;
|
background-color: darken($navbar-default-bg, 15%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue