From ad60466efb23aaa79a2b5a92d9b5749d1cc8ce51 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 1 Feb 2026 12:39:31 -0800 Subject: [PATCH] Remove tooltip --- src/lib/save-editor/SkyColorEditor.svelte | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/lib/save-editor/SkyColorEditor.svelte b/src/lib/save-editor/SkyColorEditor.svelte index 828e393..c9c73cf 100644 --- a/src/lib/save-editor/SkyColorEditor.svelte +++ b/src/lib/save-editor/SkyColorEditor.svelte @@ -96,7 +96,6 @@ -

Changes the sky/background color in the game.

{#if !isDefault} {/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;