Skip to content

Commit

Permalink
rate us css enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
Amankr200 committed Oct 16, 2024
1 parent 11c5410 commit d0bb4ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/css/rate.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ body {
}

/* Toast Message Styling */
/* Toast Message Styles */
#toastMessage {
position: fixed;
top: 20px; /* Adjust as needed */
Expand All @@ -164,8 +163,8 @@ body {
background-color: #f44336; /* Red for failure */
}


/* Pink Cursor with Glow Effect */
body {
cursor: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath fill="%23ff66b2" d="M0 0h24v24H0z" fill="none"/%3E%3Cpath fill="%23ff66b2" d="M13.88 12.47L3.41 2H2v20h2V6.41l10.59 10.59L17 17.99l2-2-2-2-3.12-3.52zm4.83 5.59l-2.83-2.83-2.83 2.83 2.83 2.83 2.83-2.83z"/%3E%3C/svg%3E'), auto;
}

0 comments on commit d0bb4ce

Please sign in to comment.