fix contrast of links on dark jumbotrons, remove lanyrd from footer (oops)
This commit is contained in:
		
							parent
							
								
									b17c1c1d57
								
							
						
					
					
						commit
						d7219ab153
					
				
					 2 changed files with 12 additions and 2 deletions
				
			
		|  | @ -10,7 +10,7 @@ | ||||||
|   <div class="col-xs-12 col-md-7"> |   <div class="col-xs-12 col-md-7"> | ||||||
|     <p>© 2017 North Bay Python, a member project of <a href="https://sfconservancy.org" title="Software Freedom Conservancy">Software Freedom Conservancy</a>, a 501(c)(3) charity.</p> |     <p>© 2017 North Bay Python, a member project of <a href="https://sfconservancy.org" title="Software Freedom Conservancy">Software Freedom Conservancy</a>, a 501(c)(3) charity.</p> | ||||||
| 
 | 
 | ||||||
|     <p><a href="https://facebook.com/northbaypython" title="North Bay Python on Facebook">Facebook</a> | <a href="https://twitter.com/northbaypython" title="North Bay Python on Twitter">Twitter</a> | <a href="https://lanyrd.com/2017/nbpy" title="North Bay Python on Lanyrd">Lanyrd</a> | <a href="/code-of-conduct" title="North Bay Python Code of Conduct">Code of Conduct</a> | <a href="/terms-and-conditions" title="North Bay Python Terms and Conditions">Terms and Conditions</a> | <a href="/about/colophon" title="North Bay Python Colophon">Colophon</a></p> |     <p><a href="https://facebook.com/northbaypython" title="North Bay Python on Facebook">Facebook</a> | <a href="https://twitter.com/northbaypython" title="North Bay Python on Twitter">Twitter</a> | <a href="/code-of-conduct" title="North Bay Python Code of Conduct">Code of Conduct</a> | <a href="/terms-and-conditions" title="North Bay Python Terms and Conditions">Terms and Conditions</a> | <a href="/about/colophon" title="North Bay Python Colophon">Colophon</a></p> | ||||||
|   </div> |   </div> | ||||||
| 
 | 
 | ||||||
|   <div class="col-xs 12 col-md-4 text-right"> |   <div class="col-xs 12 col-md-4 text-right"> | ||||||
|  |  | ||||||
|  | @ -151,6 +151,16 @@ $homepage-block-min-height: 480px; | ||||||
|   background: $gray-base; |   background: $gray-base; | ||||||
|   color: white; |   color: white; | ||||||
|   text-shadow: 1px 1px $gray-dark; |   text-shadow: 1px 1px $gray-dark; | ||||||
|  | 
 | ||||||
|  |   a:not(.btn) {  | ||||||
|  |     color: lighten($brand-primary, 20%); | ||||||
|  | 
 | ||||||
|  |     &:hover, | ||||||
|  |     &:focus, | ||||||
|  |     &:active { | ||||||
|  |       color: lighten($brand-primary, 15%); | ||||||
|  |     } | ||||||
|  |   } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .navbar { | .navbar { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Joshua Simmons
						Joshua Simmons