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">
|
||||
<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 class="col-xs 12 col-md-4 text-right">
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue