From 3d2a036b24a146243409b59ca0dd37ce561ff34c Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 7 Jul 2017 14:32:14 -0400 Subject: [PATCH] Making the top nav items bold on hover --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 997b18c..1167679 100755 --- a/style.css +++ b/style.css @@ -1173,6 +1173,7 @@ a:hover, a:active { color: #000; outline: 0; + font-weight: bold; } /* Hover effects */ -- 2.17.1