Skip to content

Commit

Permalink
Merge pull request #3056 from Amankr200/rate-us-hover-colour-to-light…
Browse files Browse the repository at this point in the history
…-colour-#3055

rate us hover colour to light colour #3055
  • Loading branch information
sailaja-adapa authored Oct 7, 2024
2 parents 8263640 + ced022a commit 3e07d04
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3056,6 +3056,31 @@ <h3 class="card-sty" style="text-align: center;">Organizations</h3>
</style>


<!-- rate us -->
<style>
#rate-us {
transition: background-color 0.3s ease;
}

#rate-us:hover {
background-color: #fde2e2;
color: white;
} /* Closing brace for #rate-us:hover */

/* Additional styles */
.toast-message {
display: none;
padding: 10px;
border-radius: 5px;
position: fixed;
bottom: 20px;
right: 20px;
}

.modal {
display: none;
}
</style>



Expand Down

0 comments on commit 3e07d04

Please sign in to comment.