Update PowerHuntShares.psm1

This commit is contained in:
Scott Sutherland 2024-10-05 12:51:37 -05:00 committed by GitHub
parent 8d06bf7a4f
commit 4f6a634b16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5876,7 +5876,7 @@ input[type="checkbox"]:checked {
}
input[type="checkbox"]:checked::before {
content: '✔';
content: '\2714'; /* Unicode for the checkmark */
color: #f08c41;
display: block;
text-align: center;