我正在使用Materialize.css框架,我注意到文本input字段的颜色是绿色,因此是label.
input
label
有没有办法将颜色改变为不同的颜色?
<input type="text" id="username" /> <label for="username">Username</label>
html css html5 materialize
css ×1
html ×1
html5 ×1
materialize ×1