diff --git a/Shadowdark-Unofficial/Shadowdark-Unofficial.css b/Shadowdark-Unofficial/Shadowdark-Unofficial.css index a04eb88176..9dc36c544a 100644 --- a/Shadowdark-Unofficial/Shadowdark-Unofficial.css +++ b/Shadowdark-Unofficial/Shadowdark-Unofficial.css @@ -1355,7 +1355,7 @@ input[type=checkbox].atk-fixed:checked { /* mobile app struggles with dicefont, use emoji dice for now instead until I get images in place */ .charsheet .sheet-sd .sd-core-stat button[type=roll]::after { font-family: Arial; - content: "🎲"; + display: none; } }