File diff b17c1c1d5747 → d7219ab153db
static/scss/custom.scss
Show inline comments
...
 
@@ -151,6 +151,16 @@ $homepage-block-min-height: 480px;
 
  background: $gray-base;
 
  color: white;
 
  text-shadow: 1px 1px $gray-dark;
 

	
 
  a:not(.btn) { 
 
    color: lighten($brand-primary, 20%);
 

	
 
    &:hover,
 
    &:focus,
 
    &:active {
 
      color: lighten($brand-primary, 15%);
 
    }
 
  }
 
}
 

	
 
.navbar {
...
 
@@ -282,4 +292,4 @@ body.news {
 
  h2, .h2 {
 
    font-size: 28px;
 
  }
 
}
...
 
\ No newline at end of file
 
}