summaryrefslogtreecommitdiff
path: root/superhero
diff options
context:
space:
mode:
Diffstat (limited to 'superhero')
-rw-r--r--superhero/bootstrap.css9
-rw-r--r--superhero/bootstrap.min.css5
-rwxr-xr-xsuperhero/bootswatch.less7
-rwxr-xr-xsuperhero/variables.less2
4 files changed, 17 insertions, 6 deletions
diff --git a/superhero/bootstrap.css b/superhero/bootstrap.css
index 1667629f..00bf5087 100644
--- a/superhero/bootstrap.css
+++ b/superhero/bootstrap.css
@@ -3958,7 +3958,7 @@ a.thumbnail:hover {
.hero-unit {
padding: 60px;
margin-bottom: 30px;
- background-color: #eeeeee;
+ background-color: #45515f;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
@@ -4542,13 +4542,18 @@ label {
footer.footer {
border-top: 1px solid #20262d;
}
-.well {
+.well,
+.hero-unit {
background-color: #45515f;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
+.hero-unit h1 {
+ color: #e36b23;
+ line-height: 2em;
+}
.progress {
background-color: #20262d;
background-image: none;
diff --git a/superhero/bootstrap.min.css b/superhero/bootstrap.min.css
index cb052423..91ff2b0f 100644
--- a/superhero/bootstrap.min.css
+++ b/superhero/bootstrap.min.css
@@ -682,7 +682,7 @@ a.thumbnail:hover{border-color:#e36b23;-webkit-box-shadow:0 1px 4px rgba(0, 105,
.carousel-control:hover{color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90);}
.carousel-caption{position:absolute;left:0;right:0;bottom:0;padding:10px 15px 5px;background:#333333;background:rgba(0, 0, 0, 0.75);}
.carousel-caption h4,.carousel-caption p{color:#ffffff;}
-.hero-unit{padding:60px;margin-bottom:30px;background-color:#eeeeee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;color:inherit;letter-spacing:-1px;}
+.hero-unit{padding:60px;margin-bottom:30px;background-color:#45515f;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;color:inherit;letter-spacing:-1px;}
.hero-unit p{font-size:18px;font-weight:200;line-height:30px;color:inherit;}
.pull-right{float:right;}
.pull-left{float:left;}
@@ -778,7 +778,8 @@ label{color:#ece9d7;line-height:15px;}
.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#58a959;background-color:#dff0d8;border-color:#58a959;}
.page-header{border-bottom:none;}
footer.footer{border-top:1px solid #20262d;}
-.well{background-color:#45515f;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
+.well,.hero-unit{background-color:#45515f;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
+.hero-unit h1{color:#e36b23;line-height:2em;}
.progress{background-color:#20262d;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}.progress .bar{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.thumbnail{border:none;background:#45515f;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.label{background-color:#45515f;color:#ece9d7;}
diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less
index bd84c0c6..e6784f59 100755
--- a/superhero/bootswatch.less
+++ b/superhero/bootswatch.less
@@ -524,12 +524,17 @@ footer.footer {
border-top: 1px solid darken(@blueDark, 5%);
}
-.well {
+.well, .hero-unit {
background-color: @blue;
border: none;
.box-shadow(none);
}
+.hero-unit h1 {
+ color: @orange;
+ line-height: 2em;
+}
+
.progress {
background-color: darken(@blueDark, 5%);
background-image: none;
diff --git a/superhero/variables.less b/superhero/variables.less
index 7660f560..0a1901d0 100755
--- a/superhero/variables.less
+++ b/superhero/variables.less
@@ -160,7 +160,7 @@
// Hero unit
// -------------------------
-@heroUnitBackground: @grayLighter;
+@heroUnitBackground: @blue;
@heroUnitHeadingColor: inherit;
@heroUnitLeadColor: inherit;