From 255de777352d5b4e768665017fcd71a9c916419e Mon Sep 17 00:00:00 2001 From: XPoet Date: Thu, 3 Sep 2020 14:54:46 +0800 Subject: [PATCH] style: modified local search input font color --- source/css/layout/_partial/local-search.styl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/css/layout/_partial/local-search.styl b/source/css/layout/_partial/local-search.styl index 646391e..f132bad 100644 --- a/source/css/layout/_partial/local-search.styl +++ b/source/css/layout/_partial/local-search.styl @@ -66,6 +66,7 @@ input.search-input { outline: 0; width: 100%; font-size: 1.2em; + color: var(--normal-text-color); &::-webkit-search-cancel-button { display: none; @@ -94,8 +95,8 @@ input.search-input { } &:last-child { - margin-bottom: 0; - } + margin-bottom: 0; + } } } @@ -125,4 +126,4 @@ input.search-input { color: var(--third-text-color); margin: auto; } -} \ No newline at end of file +}