mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-22 01:24:13 +01:00
[UI/UX] Autofill login text color changed to gray (#5523)
Update index.css
This commit is contained in:
parent
bba7c1610d
commit
ead1bc6cce
@ -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…
x
Reference in New Issue
Block a user