Feature: set the search form's text color to always be white

This commit is contained in:
VnPower
2023-06-03 16:59:16 +07:00
parent 32237ec17f
commit 09a2d6e2d4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -56,6 +56,7 @@ body {
padding: 7px 10px;
margin: 0;
border: none;
color: #d8d4cf;
}
.navbar .search-bar .search-form-text::placeholder {
color: #d8d4cf;
+1
View File
@@ -69,6 +69,7 @@ body {
padding: 7px 10px;
margin: 0;
border: none;
color: $fg;
&::placeholder {
color: $fg;