From: Laury GvR Date: Fri, 7 Jul 2017 19:52:53 +0000 (-0400) Subject: Font of sub-sections now also bold on hover as per client request X-Git-Tag: v1.0.0^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=4336b6f21263bb25033a080f3ff07ba85b217e19;p=WP-Themes%2Fcharlevoixdesign2017.git Font of sub-sections now also bold on hover as per client request --- diff --git a/style.css b/style.css index 1167679..69709b6 100755 --- 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;