Update font size for breadcrumbs
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 20 Aug 2014 13:01:41 +0000 (09:01 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 20 Aug 2014 13:02:43 +0000 (09:02 -0400)
Change to 12px size and bold

styles.css

index ce98d80..4338eb4 100644 (file)
@@ -711,8 +711,9 @@ aside.right-off-canvas-menu ul.off-canvas-list li > ul.open {
 }
 .container#interior .breadcrumbs > * {
   color: #b1b3b6;
-  font-size: 10px;
+  font-size: 12px;
   text-transform: none;
+  font-weight: bold;
 }
 .container#interior .breadcrumbs > * a {
   color: #b1b3b6;