Making the top nav items bold on hover
authorLaury GvR <laury@gaslightmedia.com>
Fri, 7 Jul 2017 18:32:14 +0000 (14:32 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 7 Jul 2017 18:32:14 +0000 (14:32 -0400)
style.css

index 997b18c..1167679 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -1173,6 +1173,7 @@ a:hover,
 a:active {
        color: #000;
        outline: 0;
+        font-weight: bold;
 }
 
 /* Hover effects */