diff --git a/src/Modal.css b/src/Modal.css index 3769116..69c96a4 100644 --- a/src/Modal.css +++ b/src/Modal.css @@ -112,6 +112,10 @@ input::placeholder { background-color: #f1f1f1; /* Light gray */ } +.social-login button:hover { + background-color: #dcdcdc; +} + .social-login button img { width: 20px; /* Adjust icon size */ margin-right: 10px; /* Space between icon and text */ @@ -126,3 +130,7 @@ input::placeholder { .toggle-text span { color: #007bff; /* Link color */ } + +.toggle-text span:hover { + text-decoration: underline; +} \ No newline at end of file