diff --git a/src/pages/Login/page.jsx b/src/pages/Login/page.jsx index c51f2f4..fd0f7ab 100644 --- a/src/pages/Login/page.jsx +++ b/src/pages/Login/page.jsx @@ -118,6 +118,17 @@ h1 { margin: 15px 0; } + /* Target autofilled inputs */ + input:-webkit-autofill { + -webkit-text-fill-color: #9000ff !important; + } + + /* On focus (optional, if you want to make it more dynamic) */ + input:-webkit-autofill:focus { + -webkit-text-fill-color: #9000ff !important; + } + + button { border-radius: 20px; border: 2px solid yellow;