more tweaks to textured backgrounds

This commit is contained in:
davegandy 2013-10-15 08:29:33 -04:00
parent dbc79b81a3
commit eb4bebcca8
2 changed files with 4 additions and 3 deletions

View file

@ -57,8 +57,8 @@
@jumbotron-bg: lighten(#1d9d74, 1.5%);
@jumbotron-bg-dark: darken(@jumbotron-bg, 10%);
@jumbotron-bg: #1d9d74;
@jumbotron-bg-dark: darken(#1d9d74, 10%);
@jumbotron-border: mix(@jumbotron-bg, @jumbotron-bg-dark, 75%);
@jumbotron-text: #fff;

View file

@ -1,5 +1,6 @@
.jumbotron, .navbar, #footer {
.jumbotron, .navbar-inverse, #footer {
position: relative;
background-color: lighten(@jumbotron-bg, 2%);
&:after {
content: '';
display: block;