Changeset - dadee611a059
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2019-09-30 15:55:57
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
...
 
@@ -323,7 +323,7 @@ $homepage-block-smaller-min-height: 360px;
 
  &:active,
 
  &:focus,
 
  &:hover {
 
    background-color: #004303;
 
      background-color: darken($navbar-default-bg, 15%);
 
  }
 
}
 

	
0 comments (0 inline, 0 general)