fix(search): change search button colour to link

This commit is contained in:
MDLeom 2020-03-20 05:22:49 +00:00
parent 9b8498b791
commit 2284440a7d
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 2 additions and 1 deletions

View File

@ -707,7 +707,8 @@ svg {
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#share {
fill: var(--link-underline);