Added webkit functionality to contact form

This commit is contained in:
James Dinh 2022-07-09 00:34:56 -07:00
parent 66462dffc3
commit 1711bae489
3 changed files with 9 additions and 1 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -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;

BIN
img/.DS_Store vendored Normal file

Binary file not shown.