Changeset - 5789b2b709a4
[Not reviewed]
0 1 0
Joshua Simmons - 7 years ago 2017-08-13 03:33:09
i@joshuasimmons.name
make nav hover/focus/active style more prominent
1 file changed with 9 insertions and 0 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -152,12 +152,21 @@ body.auth .panel-heading .panel-title span.pull-right {
 
}
 

	
 
.navbar {
 
  box-shadow: $box-shadow;
 
}
 

	
 
.navbar ul.navbar-nav > li a,
 
.navbar-header a.navbar-brand {
 
  &:active,
 
  &:focus,
 
  &:hover {
 
    background-color: #004303;
 
  }
 
}
 

	
 
.tight-headings {
 

	
 
  h1, h2, h3, h4, h5, h6 {
 
    margin: 0;
 
  }
 

	
0 comments (0 inline, 0 general)