Changeset - 02390b32a06e
[Not reviewed]
0 1 0
Joshua Simmons - 7 years ago 2017-08-13 03:50:06
i@joshuasimmons.name
make sure dark bg doesn't apply to nav subitems
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -146,25 +146,25 @@ body.auth .panel-heading .panel-title span.pull-right {
 
  box-shadow: $box-shadow;
 
}
 

	
 
.homepage-block.dark {
 
  background: $gray-base;
 
  color: white;
 
}
 

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

	
 
.navbar ul.navbar-nav > li a,
 
.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)