add: snow theme

This commit is contained in:
rasmusq
2025-12-19 22:34:23 +01:00
parent b848477729
commit bdfcdcc15b
16 changed files with 7275 additions and 38 deletions

View File

@@ -16,18 +16,15 @@
{#if pattern !== 'none'}
<div
class="absolute bottom-0 right-0 pointer-events-none overflow-hidden rounded-b-lg"
class="absolute bottom-0 top-0 right-0 pointer-events-none overflow-hidden rounded-b-lg"
style="
mask-image: url({patternPath});
-webkit-mask-image: url({patternPath});
mask-size: cover;
-webkit-mask-size: cover;
mask-repeat: repeat;
-webkit-mask-repeat: repeat;
mask-repeat: no-repeat;
mask-position: right bottom;
background-color: {color};
opacity: {opacity};
width: 200px;
height: 200px;
width: 100%;
"
/>
{/if}