[UI/UX] Autofill login text color changed to gray (#5523)

Update index.css
This commit is contained in:
damocleas 2025-03-25 21:06:28 -04:00 committed by GitHub
parent bba7c1610d
commit ead1bc6cce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@ input:-internal-autofill-selected {
background-clip: text;
}
input:-webkit-autofill {
-webkit-text-fill-color: #a1a1a1;
}
/* Need adjust input font-size */
input {
font-size: 3.2rem;