Re-do Skills
~ Adjust to use SVGs over png for performance + bandwidth savings ~ Adjust colouring as well to pop out a bit more
@ -9,9 +9,9 @@
|
|||||||
<div class="flex">
|
<div class="flex">
|
||||||
{#each Array(count) as _}
|
{#each Array(count) as _}
|
||||||
<!-- Need to use the var somewhere -->
|
<!-- Need to use the var somewhere -->
|
||||||
<Star name={_} class="stroke-base-content fill-base-content" />
|
<Star name={_} class="stroke-neutral-content fill-neutral-content" />
|
||||||
{/each}
|
{/each}
|
||||||
{#if half}
|
{#if half}
|
||||||
<HalfStar class="stroke-base-content fill-base-content" />
|
<HalfStar class="stroke-neutral-content fill-neutral-content" />
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
Before Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 6.9 KiB |