chore: bump version to 3.0.6 in package.json, Cargo.toml, Cargo.lock, and tauri.conf.json; remove unused styles in Launch.svelte

This commit is contained in:
2025-12-06 13:01:59 +01:00
parent a548dc875e
commit d6bf3ccb3c
5 changed files with 5 additions and 29 deletions
+1 -25
View File
@@ -1283,28 +1283,4 @@
</div>
{/if}
</div>
</div>
<style>
.launch {
margin-top: 24px;
padding: 16px 48px;
font-size: 1.1rem;
font-weight: 600;
background: linear-gradient(135deg, #c7a6ff, #9f7cff);
color: #120a1f;
border-radius: 14px;
box-shadow: 0 8px 30px rgba(160, 120, 255, 0.4);
transition:
transform 120ms ease,
box-shadow 120ms ease;
}
.launch:hover {
transform: translateY(-1px);
box-shadow: 0 12px 42px rgba(160, 120, 255, 0.6);
}
</style>
</div>