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 +}