diff --git a/PowerHuntShares.psm1 b/PowerHuntShares.psm1 index 793bae1..7bc9276 100644 --- a/PowerHuntShares.psm1 +++ b/PowerHuntShares.psm1 @@ -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;