all: hero-unit support
[bootswatch] / cyborg / bootstrap.css
index 81d9dae..b15779a 100644 (file)
@@ -3956,7 +3956,7 @@ a.thumbnail:hover {
 .hero-unit {
   padding: 60px;
   margin-bottom: 30px;
-  background-color: rgba(40, 40, 40, 0.5);
+  background-color: #131517;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
@@ -4506,8 +4506,8 @@ pre,
 pre.prettyprint {
   background-color: #eeeeee;
 }
-.well {
-  background-color: rgba(40, 40, 40, 0.5);
+.well,
+.hero-unit {
   background-color: #131517;
   border-top: solid 1px rgba(256, 256, 256, 0.1);
   -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);