mod: ядро (12) вместо синусоид-червячков -- снежинки

This commit is contained in:
2026-09-05 23:23:42 +03:00
parent 461f343b7a
commit c1a44143d9
4 changed files with 24 additions and 10 deletions
+5 -5
View File
@@ -250,12 +250,12 @@
</label>
<!-- 11. Волна / Синусоида -->
<label class="cursor-pointer group" title="Волна">
<input type="radio" name="shape" value="wave" class="hidden peer">
<!-- 11. Снежинка / Звездочка -->
<label class="cursor-pointer group" title="Снежинка">
<input type="radio" name="shape" value="snowflake" class="hidden peer">
<div class="aspect-square flex flex-col items-center justify-center p-2 border-2 border-stone-100 dark:border-zinc-800 rounded-xl text-stone-400 group-hover:text-emerald-500 peer-checked:text-emerald-500 peer-checked:border-emerald-500 peer-checked:bg-emerald-50/10 transition-all hover:border-stone-300 dark:hover:border-zinc-700">
<svg class="w-6 h-6 stroke-current transition-colors" fill="none" stroke-width="2.5" stroke-linecap="round" viewBox="0 0 24 24">
<path d="M2 12c2.5-4 5.5-4 8 0s5.5 4 8 0 3.5-4 4-4"/>
<svg class="w-6 h-6 fill-current transition-colors" viewBox="0 0 24 24">
<polygon points="12,2 13.2,9.5 19.1,4.9 14.5,10.8 22,12 14.5,13.2 19.1,19.1 13.2,14.5 12,22 10.8,14.5 4.9,19.1 9.5,13.2 2,12 9.5,10.8 4.9,4.9 10.8,9.5"/>
</svg>
</div>
</label>