notepadd++ inidirin bilgisayarınıza onunla açın style dosyalarınızı bulabilirsiniz. yine de vereyim.
max-width: 300px;
border: 1px solid rgba(0, 0, 0, 0.15);
background: #fff;
width: 100%;
box-sizing: border-box;
float: left;
height: 35px;
}
ve
#commentform textarea, .contact-form textarea {
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.15);
background: #fff;
padding: 2%;
line-height: 25px;
font-family: inherit;
box-sizing: border-box;
float: right;
height: 210px;
overflow: hidden;
}
buralardaki fff değerlerini renk kodlarına bakarak değiştirin.