From 09a2d6e2d4b5194588432ccb293c455c7f974fbb Mon Sep 17 00:00:00 2001 From: VnPower Date: Sat, 3 Jun 2023 16:59:16 +0700 Subject: [PATCH] Feature: set the search form's text color to always be white --- template/css/style.css | 1 + template/css/style.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/template/css/style.css b/template/css/style.css index 77a4d20..4ccee61 100644 --- a/template/css/style.css +++ b/template/css/style.css @@ -56,6 +56,7 @@ body { padding: 7px 10px; margin: 0; border: none; + color: #d8d4cf; } .navbar .search-bar .search-form-text::placeholder { color: #d8d4cf; diff --git a/template/css/style.scss b/template/css/style.scss index 7f854ef..485a7ca 100644 --- a/template/css/style.scss +++ b/template/css/style.scss @@ -69,6 +69,7 @@ body { padding: 7px 10px; margin: 0; border: none; + color: $fg; &::placeholder { color: $fg;