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: #1d9d74;
@jumbotron-bg-dark: darken(@jumbotron-bg, 10%); @jumbotron-bg-dark: darken(#1d9d74, 10%);
@jumbotron-border: mix(@jumbotron-bg, @jumbotron-bg-dark, 75%); @jumbotron-border: mix(@jumbotron-bg, @jumbotron-bg-dark, 75%);
@jumbotron-text: #fff; @jumbotron-text: #fff;

View File

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