From 2284440a7d4de99044bb695f65f1dc79b78f738e Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Fri, 20 Mar 2020 05:22:49 +0000 Subject: [PATCH] fix(search): change search button colour to link --- themes/chameleon/source/css/chameleon.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/chameleon/source/css/chameleon.css b/themes/chameleon/source/css/chameleon.css index fb82ebe..b2aa538 100644 --- a/themes/chameleon/source/css/chameleon.css +++ b/themes/chameleon/source/css/chameleon.css @@ -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);