Blog template: Fix text color in comment field

master
Surma 2015-07-04 17:04:21 +01:00 committed by Addy Osmani
parent c75ce8f4f1
commit 9fb2e72dce
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ body .demo-blog {
.demo-blog--blogpost .comments > form .mdl-textfield {
flex-grow: 1;
margin-right: 16px;
color: rgb(97, 97, 97);
}
.demo-blog--blogpost .comments > form .mdl-textfield input,
.demo-blog--blogpost .comments > form .mdl-textfield textarea {