Skip to content

Commit

Permalink
Merge pull request #2969 from Amankr200/rate-us-form-colour-change-#2962
Browse files Browse the repository at this point in the history
colour have been changed light colour as previous dark colour was not…
  • Loading branch information
sailaja-adapa authored Oct 5, 2024
2 parents b748d69 + dc8778a commit cb653ea
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3026,6 +3026,30 @@ <h3 class="card-sty" style="text-align: center;">Organizations</h3>


<!-- 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>


<!-- Rate Us Component -->
Expand Down

0 comments on commit cb653ea

Please sign in to comment.