mirror of https://gitlab.com/curben/blog
fix(css): set svg icons hover colour
This commit is contained in:
parent
80a95935f5
commit
4099637c84
|
@ -714,6 +714,13 @@ svg#share {
|
||||||
fill: var(--link-underline);
|
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 .article-entry a.headerlink svg,
|
||||||
.article-title a.share-button svg {
|
.article-title a.share-button svg {
|
||||||
height: 0.75em;
|
height: 0.75em;
|
||||||
|
|
Loading…
Reference in New Issue