summaryrefslogtreecommitdiff
path: root/simplex/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'simplex/bootswatch.less')
-rwxr-xr-xsimplex/bootswatch.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/simplex/bootswatch.less b/simplex/bootswatch.less
index 8a07703e..866835ed 100755
--- a/simplex/bootswatch.less
+++ b/simplex/bootswatch.less
@@ -85,7 +85,11 @@ h6 {
// MISCELLANEOUS
// -----------------------------------------------------
-// Make icons gray
i[class^="icon-"]{
opacity: 0.6;
}
+
+.hero-unit {
+ border: 1px solid rgba(0,0,0,.05);
+ .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
+} \ No newline at end of file