diff --git a/style.css b/style.css index e52bd07..48e511c 100644 --- a/style.css +++ b/style.css @@ -82,7 +82,7 @@ form input:focus{ } form input, textarea{ - background-color: yellow; + background-color: rgb(255, 136, 0); } #sendForm{ @@ -104,6 +104,7 @@ form input, textarea{ } + #field3:hover, #field2:hover, #field1:hover { background-color: peru; @@ -121,4 +122,5 @@ form input, textarea{ } -} \ No newline at end of file +} +