Skip to content

Commit

Permalink
Making hover color match
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogenesAnalytics committed Mar 16, 2024
1 parent 42acdd7 commit fd740dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ body {

.email-placeholder:hover {
cursor: pointer;
color: orange;
color: #ffa500;
}

.form-container {
Expand Down

0 comments on commit fd740dc

Please sign in to comment.