Changeset - cde7aca249e6
[Not reviewed]
0 1 0
Brett Smith - 5 years ago 2018-10-10 20:07:10
brettcsmith@brettcsmith.org
css: Navbar hover color is a function of the primary color.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -264,7 +264,7 @@ $homepage-block-min-height: 480px;
 
  &:active,
 
  &:focus,
 
  &:hover {
 
    background-color: #004303;
 
      background-color: darken($navbar-default-bg, 15%);
 
  }
 
}
 

	
0 comments (0 inline, 0 general)