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
...
 
@@ -261,13 +261,13 @@ $homepage-block-min-height: 480px;
 

	
 
.navbar ul.navbar-nav > li > a,
 
.navbar-header a.navbar-brand {
 
  &:active,
 
  &:focus,
 
  &:hover {
 
    background-color: #004303;
 
      background-color: darken($navbar-default-bg, 15%);
 
  }
 
}
 

	
 
.tight-headings {
 

	
 
  h1, h2, h3, h4, h5, h6 {
0 comments (0 inline, 0 general)