Commit f2e5c329 authored by Mark Otto's avatar Mark Otto

-background to -bg on jumbotron vars

parent 6b23a66c
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
font-weight: 200; font-weight: 200;
line-height: (@line-height-base * 1.5); line-height: (@line-height-base * 1.5);
color: @jumbotron-lead-color; color: @jumbotron-lead-color;
background-color: @jumbotron-background; background-color: @jumbotron-bg;
h1 { h1 {
line-height: 1; line-height: 1;
color: @jumbotron-heading-color; color: @jumbotron-heading-color;
......
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
// Jumbotron // Jumbotron
// ------------------------- // -------------------------
@jumbotron-background: @grayLighter; @jumbotron-bg: @grayLighter;
@jumbotron-heading-color: inherit; @jumbotron-heading-color: inherit;
@jumbotron-lead-color: inherit; @jumbotron-lead-color: inherit;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment