summaryrefslogtreecommitdiff
path: root/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_jumbotron.scss
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_jumbotron.scss')
-rw-r--r--xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_jumbotron.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_jumbotron.scss b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_jumbotron.scss
index 4e401e7..75efe64 100644
--- a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_jumbotron.scss
+++ b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_jumbotron.scss
@@ -19,6 +19,10 @@
font-weight: 200;
}
+ > hr {
+ border-top-color: darken($jumbotron-bg, 10%);
+ }
+
.container & {
border-radius: $border-radius-large; // Only round corners at higher resolutions if contained in a container
}