mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-19 03:55:13 -04:00
[UI/UX] Autofill login text color changed to gray (#5523)
Update index.css
This commit is contained in:
parent
bba7c1610d
commit
ead1bc6cce
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@ input:-internal-autofill-selected {
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input:-webkit-autofill {
|
||||||
|
-webkit-text-fill-color: #a1a1a1;
|
||||||
|
}
|
||||||
|
|
||||||
/* Need adjust input font-size */
|
/* Need adjust input font-size */
|
||||||
input {
|
input {
|
||||||
font-size: 3.2rem;
|
font-size: 3.2rem;
|
||||||
|
|
Loading…
Add table
Reference in a new issue