aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/jumbotron.less2
-rw-r--r--less/variables.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/less/jumbotron.less b/less/jumbotron.less
index c5d850bf9..6437ea58e 100644
--- a/less/jumbotron.less
+++ b/less/jumbotron.less
@@ -10,7 +10,7 @@
font-weight: 200;
line-height: (@line-height-base * 1.5);
color: @jumbotron-lead-color;
- background-color: @jumbotron-background;
+ background-color: @jumbotron-bg;
h1 {
line-height: 1;
color: @jumbotron-heading-color;
diff --git a/less/variables.less b/less/variables.less
index ffb226abf..1f4e45874 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -230,7 +230,7 @@
// Jumbotron
// -------------------------
-@jumbotron-background: @grayLighter;
+@jumbotron-bg: @grayLighter;
@jumbotron-heading-color: inherit;
@jumbotron-lead-color: inherit;