Font of sub-sections now also bold on hover as per client request
authorLaury GvR <laury@gaslightmedia.com>
Fri, 7 Jul 2017 19:52:53 +0000 (15:52 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 7 Jul 2017 19:52:53 +0000 (15:52 -0400)
style.css

index 1167679..69709b6 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -2177,10 +2177,12 @@ body:not(.has-header-image):not(.has-header-video) .custom-header-media {
 }
 .page-nav-container li:hover .panel-toggle {
     color: black;
+    font-weight: bold;
 }
 .page-nav-container li.active .panel-toggle {
     color: black;
     text-decoration: underline;
+    font-weight: bold;
 }
 .page-content-container {
     clear: both;