From 4099637c8429bb3fed9002cedc8d81816719df30 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Wed, 25 Mar 2020 01:50:47 +0000 Subject: [PATCH] fix(css): set svg icons hover colour --- themes/chameleon/source/css/chameleon.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/chameleon/source/css/chameleon.css b/themes/chameleon/source/css/chameleon.css index bd530d1..85858fb 100644 --- a/themes/chameleon/source/css/chameleon.css +++ b/themes/chameleon/source/css/chameleon.css @@ -714,6 +714,13 @@ svg#share { fill: var(--link-underline); } +/* use font color when hover */ +svg#search:hover, +svg#link:hover, +svg#share:hover { + fill: currentColor; +} + .article .article-entry a.headerlink svg, .article-title a.share-button svg { height: 0.75em;