If there is a better place to feedback issues on the blank template, please let me know.
I have great difficulty seeing the placeholder text and the icon in the search box when using the dark theme (T3 Bs3 Blank v2.0.0). I fixed this by adding the following to less/themes/dark/template.less:
.head-search .form-control {
.placeholder @gray-lighter);
}
.head-search .search:before {
color: @gray-lighter;
}
select,
textarea,
input,
input,
input,
input,
input,
input,
input,
input,
input,
input,
input,
input,
input,
input,
.inputbox {
color: @white;
}
If you have the same problem, you might want to do something similar.
Regards
Phil