Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev.Huang authored Jul 4, 2024
1 parent 7692623 commit a8ea907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions captcha/v1/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
#math-captcha-button {
margin-top: 10px;
padding: 8px 16px;
background-color: #4CAF50; /* Green background */
background-color: #0066ff; /* Blue background */
color: #ffffff; /* White text */
border: none;
border-radius: 4px;
Expand All @@ -133,7 +133,7 @@
}

#math-captcha-button:hover {
background-color: #45a049; /* Darker green background on hover */
background-color: #0066ff; /* Darker blue background on hover */
}

#math-captcha-error {
Expand Down

0 comments on commit a8ea907

Please sign in to comment.