zwischenstand

This commit is contained in:
2025-10-03 04:48:46 +00:00
parent eefa562cb1
commit 7455c2fd1b
11 changed files with 359 additions and 54 deletions

View File

@@ -9,11 +9,11 @@
<div
id="crinkle"
class:bigVersion={bigVersion}
class:bigVersion
>
<div
class="crinkle-background"
class:brightColor={brightColor}
class:brightColor
>
{#if $$slots.icon}
<slot name="icon" />
@@ -22,12 +22,12 @@
src="../../../media/{icon
? icon
: edges
? brightColor
? ''
: 'topRightCrinkledDarkAndEdged'
: brightColor
? 'topRightCrinkleBrightAndUnedged'
: 'topRightCrinkledDarkAndUnedged'}.svg"
? brightColor
? 'topRightCrinkledBrightAndEdged'
: 'topRightCrinkledDarkAndEdged'
: brightColor
? 'topRightCrinkleBrightAndUnedged'
: 'topRightCrinkledDarkAndUnedged'}.svg"
alt="crinkle"
/>
{/if}