fix(css): set svg icons hover colour

This commit is contained in:
MDLeom 2020-03-25 01:50:47 +00:00
parent 80a95935f5
commit 4099637c84
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 7 additions and 0 deletions

View File

@ -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;