From 4f6a634b168a1b4e302e149f20f81a1149af82b0 Mon Sep 17 00:00:00 2001 From: Scott Sutherland Date: Sat, 5 Oct 2024 12:51:37 -0500 Subject: [PATCH] Update PowerHuntShares.psm1 --- PowerHuntShares.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;