mirror of https://gitlab.com/curben/blog
fix(search): change search button colour to link
This commit is contained in:
parent
9b8498b791
commit
2284440a7d
|
@ -707,7 +707,8 @@ svg {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* fill the permalink and share icons with link's color */
|
/* fill the search, permalink and share icons with link's color */
|
||||||
|
svg#search,
|
||||||
svg#link,
|
svg#link,
|
||||||
svg#share {
|
svg#share {
|
||||||
fill: var(--link-underline);
|
fill: var(--link-underline);
|
||||||
|
|
Loading…
Reference in New Issue