mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
Feature: set the search form's text color to always be white
This commit is contained in:
@@ -56,6 +56,7 @@ body {
|
||||
padding: 7px 10px;
|
||||
margin: 0;
|
||||
border: none;
|
||||
color: #d8d4cf;
|
||||
}
|
||||
.navbar .search-bar .search-form-text::placeholder {
|
||||
color: #d8d4cf;
|
||||
|
||||
@@ -69,6 +69,7 @@ body {
|
||||
padding: 7px 10px;
|
||||
margin: 0;
|
||||
border: none;
|
||||
color: $fg;
|
||||
|
||||
&::placeholder {
|
||||
color: $fg;
|
||||
|
||||
Reference in New Issue
Block a user