added webkit autofill to css file so autofill username and password appear in white as intended

This commit is contained in:
Nayana Agrawal 2024-11-01 22:04:20 +00:00
parent 5755180279
commit d73af4b914

View File

@ -67,6 +67,11 @@ input:-internal-autofill-selected {
background-clip: text;
}
/*So autofill text appears in white instead of default black*/
input:-webkit-autofill {
-webkit-text-fill-color: #ffffff;
}
/* Need adjust input font-size */
input {
font-size: 3.2rem;