Skip to content

Commit

Permalink
FIXED [Bug] Fix the register button visibility on hover in dark mode R…
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshahlawat committed Jan 4, 2025
1 parent 4769405 commit d890b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ body {
}

.register-button:hover {
background-color: var(--text-color);
background-color: #686969;
}

.mobile-menu-btn {
Expand Down

0 comments on commit d890b95

Please sign in to comment.