Remove tooltip

This commit is contained in:
Christian Semmler 2026-02-01 12:39:31 -08:00
parent 57a546a41b
commit ad60466efb
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -96,7 +96,6 @@
</label>
</div>
</div>
<p class="color-hint">Changes the sky/background color in the game.</p>
{#if !isDefault}
<button type="button" class="reset-btn" onclick={handleReset}>Reset to default</button>
{/if}
@ -194,12 +193,6 @@
flex-shrink: 0;
}
.color-hint {
margin: 10px 0 0 0;
font-size: 0.8em;
color: var(--color-text-muted);
}
.reset-btn {
display: block;
margin-top: 8px;