mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
more tweaks to textured backgrounds
This commit is contained in:
parent
dbc79b81a3
commit
eb4bebcca8
@ -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;
|
||||
|
@ -1,5 +1,6 @@
|
||||
.jumbotron, .navbar, #footer {
|
||||
.jumbotron, .navbar-inverse, #footer {
|
||||
position: relative;
|
||||
background-color: lighten(@jumbotron-bg, 2%);
|
||||
&:after {
|
||||
content: '';
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user