From cff5ecc1edd18fbacdbcc43c1fe77f9e57414291 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Fri, 19 Jun 2015 14:53:44 +0100 Subject: [PATCH] Fixing issue where anchor idicator does not show on hover --- css/typography.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/css/typography.css b/css/typography.css index f3320ec..ac0ed8f 100644 --- a/css/typography.css +++ b/css/typography.css @@ -191,11 +191,9 @@ h6 .heading-anchor-link { h3.hover .heading-anchor-link, h4.hover .heading-anchor-link, h5.hover .heading-anchor-link, - h6.hover .heading-anchor-link { - display: inline; - } - + h6.hover .heading-anchor-link, .heading-anchor-link:hover { + display: inline; color: #aaa; }