From 4336b6f21263bb25033a080f3ff07ba85b217e19 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 7 Jul 2017 15:52:53 -0400 Subject: [PATCH] Font of sub-sections now also bold on hover as per client request --- style.css | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.17.1