This commit is contained in:
WBHarry 2026-01-14 16:01:55 +01:00
parent 82e7786d22
commit 18703681f0
2 changed files with 2 additions and 13 deletions

View file

@ -198,18 +198,7 @@
&.scar { &.scar {
cursor: initial; cursor: initial;
position: relative; opacity: 0.6;
::after {
position: absolute;
content: '/';
color: var(--beige);
font-weight: 700;
font-size: 1.2rem;
left: 1px;
top: -3px;
rotate: 13deg;
}
} }
} }
} }

View file

@ -78,7 +78,7 @@
{{/times}} {{/times}}
{{#times document.system.scars}} {{#times document.system.scars}}
<span class='hope-value scar'> <span class='hope-value scar'>
<i class='fa-regular fa-circle'></i> <i class='fa-regular fa-ban'></i>
</span> </span>
{{/times}} {{/times}}
</div> </div>