checkbox font bold

This commit is contained in:
ReznoRMichael 2021-08-06 17:17:55 +02:00
parent 2d06af20ab
commit 82bdf34893
2 changed files with 6 additions and 6 deletions

View file

@ -235,14 +235,14 @@
<label for="checkbox-hints" class="checkbox-label" <label for="checkbox-hints" class="checkbox-label"
title="Check to see an optional clue for your first playthrough based on your save's progress."> title="Check to see an optional clue for your first playthrough based on your save's progress.">
<!-- <input type="checkbox" name="checkboxes" id="checkbox-hints" value="hints-off" onclick="CheckboxHintsToggle();"> --> <!-- <input type="checkbox" name="checkboxes" id="checkbox-hints" value="hints-off" onclick="CheckboxHintsToggle();"> -->
<span class="checkmark"></span>Hints <span class="checkmark"></span><strong>Hints</strong>
</label> </label>
<input type="checkbox" name="checkboxes" id="checkbox-spoilers" value="spoilers-off"> <input type="checkbox" name="checkboxes" id="checkbox-spoilers" value="spoilers-off">
<label for="checkbox-spoilers" class="checkbox-label" <label for="checkbox-spoilers" class="checkbox-label"
title="Check to show every item's locations and costs. Hidden by default."> title="Check to show everything. By default only completed things are fully revealed.">
<!-- <input type="checkbox" name="checkboxes" id="checkbox-spoilers" value="spoilers-off" onclick="CheckboxSpoilersToggle();"> --> <!-- <input type="checkbox" name="checkboxes" id="checkbox-spoilers" value="spoilers-off" onclick="CheckboxSpoilersToggle();"> -->
<span class="checkmark"></span>Spoilers <span class="checkmark"></span><strong>Spoilers</strong>
</label> </label>
</div> </div>

View file

@ -120,14 +120,14 @@
<label for="checkbox-hints" class="checkbox-label" <label for="checkbox-hints" class="checkbox-label"
title="Check to see an optional clue for your first playthrough based on your save's progress."> title="Check to see an optional clue for your first playthrough based on your save's progress.">
<!-- <input type="checkbox" name="checkboxes" id="checkbox-hints" value="hints-off" onclick="CheckboxHintsToggle();"> --> <!-- <input type="checkbox" name="checkboxes" id="checkbox-hints" value="hints-off" onclick="CheckboxHintsToggle();"> -->
<span class="checkmark"></span>Hints <span class="checkmark"></span><strong>Hints</strong>
</label> </label>
<input type="checkbox" name="checkboxes" id="checkbox-spoilers" value="spoilers-off"> <input type="checkbox" name="checkboxes" id="checkbox-spoilers" value="spoilers-off">
<label for="checkbox-spoilers" class="checkbox-label" <label for="checkbox-spoilers" class="checkbox-label"
title="Check to show every item's locations and costs. Hidden by default."> title="Check to show everything. By default only completed things are fully revealed.">
<!-- <input type="checkbox" name="checkboxes" id="checkbox-spoilers" value="spoilers-off" onclick="CheckboxSpoilersToggle();"> --> <!-- <input type="checkbox" name="checkboxes" id="checkbox-spoilers" value="spoilers-off" onclick="CheckboxSpoilersToggle();"> -->
<span class="checkmark"></span>Spoilers <span class="checkmark"></span><strong>Spoilers</strong>
</label> </label>
</div> </div>