diff --git a/less/jumbotron.less b/less/jumbotron.less index c5d850bf9f..6437ea58ec 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 ffb226abfd..1f4e458744 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;