Skip to content

Commit

Permalink
Update login-register.css
Browse files Browse the repository at this point in the history
  • Loading branch information
amitroy-thedev authored Oct 17, 2024
1 parent 230e2df commit fc015a6
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Css-files/login-register.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ body {
border-radius: 15px;
border: none;
margin: 10px; /*Margin added so that they do not overlap*/
background-color: #aa6a6a;
background-color: #be367a;
color: rgb(190, 135, 135);
font-size: 16px;
cursor: pointer;
Expand All @@ -158,7 +158,7 @@ body {

.btn-login:hover,
#google-login:hover {
background-color: #ac7070; /* Darker shade on hover */
background-color: #c3709a; /* Darker shade on hover */
transform: translateY(-3px); /* Lift effect on hover */
}

Expand All @@ -167,14 +167,6 @@ body {
transform: translateY(1px); /* Slight press effect */
}

#google-login {
background-color: #ad6660; /* Google red color */
}

#google-login:hover {
background-color: #b8938f; /* Darker Google color on hover */
}

/* Accessibility: Adding focus styles for inputs and buttons */
.textfield > input:focus {
outline: 2px solid #a45b5b; /* Red outline for focused input */
Expand Down

0 comments on commit fc015a6

Please sign in to comment.