diff --git a/index.html b/index.html index ecf0cac5d4..d044fdb471 100644 --- a/index.html +++ b/index.html @@ -102,7 +102,6 @@ transition: background-color 0.3s ease, transform 0.3s ease; margin-right: 200px; /* Add margin to the right */ } - .login-button:hover { background-color: #e68a00; transform: scale(1.1); diff --git a/signup.css b/signup.css index 47d98ccd8d..15f8d747b6 100644 --- a/signup.css +++ b/signup.css @@ -5,7 +5,6 @@ margin: 0px; box-sizing: border-box; } - :root { --linear-grad: linear-gradient(to right, #141E30, #243B55); --grad-clr1: #141E30; diff --git a/signup.html b/signup.html index 923f0112f6..2ee4a8d5fc 100644 --- a/signup.html +++ b/signup.html @@ -113,6 +113,7 @@