journal: make hero-unit h1 black
authorThomas Park <thomas@thomaspark.me>
Sun, 5 Aug 2012 22:46:20 +0000 (18:46 -0400)
committerThomas Park <thomas@thomaspark.me>
Sun, 5 Aug 2012 22:46:20 +0000 (18:46 -0400)
journal/bootstrap.css
journal/bootstrap.min.css
journal/variables.less

index e308719..2ef2938 100644 (file)
@@ -4175,7 +4175,7 @@ a.badge:hover {
   margin-bottom: 0;
   font-size: 60px;
   line-height: 1;
-  color: inherit;
+  color: #000000;
   letter-spacing: -1px;
 }
 .hero-unit p {
index 43068a4..4ced2b0 100644 (file)
@@ -705,7 +705,7 @@ a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer;}
 .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:#888888;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:#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:#000000;letter-spacing:-1px;}
 .hero-unit p{font-size:18px;font-weight:200;line-height:27px;color:inherit;}
 .pull-right{float:right;}
 .pull-left{float:left;}
index ad5f3a2..01822ae 100755 (executable)
 // Hero unit
 // -------------------------
 @heroUnitBackground:              @grayLighter;
-@heroUnitHeadingColor:            inherit;
+@heroUnitHeadingColor:            @headingsColor;
 @heroUnitLeadColor:               inherit;