diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..6654422 Binary files /dev/null and b/.DS_Store differ diff --git a/css/contact.css b/css/contact.css index 37a47b7..a9fa4a7 100644 --- a/css/contact.css +++ b/css/contact.css @@ -438,9 +438,17 @@ section { width: 40vw; } +input:-webkit-autofill, +input:-webkit-autofill:hover, +input:-webkit-autofill:focus, +input:-webkit-autofill:active { + transition: background-color 5000s ease-in-out 0s; + -webkit-text-fill-color: #fff !important; + caret-color: #fff; +} + .input-block { background-color: #202329; - /* border: solid 1px #644710; */ border-radius: 10px; width: 100%; height: 60px; diff --git a/img/.DS_Store b/img/.DS_Store new file mode 100644 index 0000000..14b971d Binary files /dev/null and b/img/.DS_Store differ