cara mengubah warna pesan kesalahan dalam validasi jQuery

   .error {
      color: red;
      background-color: #acf;
   }
Grotesque Giraffe