beige.css: Use white borders for images
authorW. Trevor King <wking@tremily.us>
Wed, 22 May 2013 00:13:51 +0000 (20:13 -0400)
committerW. Trevor King <wking@tremily.us>
Wed, 22 May 2013 00:13:51 +0000 (20:13 -0400)
The dark borders are a bit too distracting for me.

css/theme/beige.css

index 13d03c061d0267602546e743e14ffeea92e99e99..21dddad80213b15db4c751585f1a922ee7e79661 100644 (file)
@@ -83,7 +83,7 @@ body {
 .reveal section img {
   margin: 15px 0px;
   background: rgba(255, 255, 255, 0.12);
-  border: 4px solid #333333;
+  border: 4px solid #FFFFFF;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
   -webkit-transition: all .2s linear;
   -moz-transition: all .2s linear;