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;