diff --git a/assets/css/rate.css b/assets/css/rate.css index dce0f3fe..d14e3d2a 100644 --- a/assets/css/rate.css +++ b/assets/css/rate.css @@ -140,7 +140,6 @@ body { } /* Toast Message Styling */ -/* Toast Message Styles */ #toastMessage { position: fixed; top: 20px; /* Adjust as needed */ @@ -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; } +