Re-do Skills

~ Adjust to use SVGs over png for performance + bandwidth savings
~ Adjust colouring as well to pop out a bit more
This commit is contained in:
Nick Bland 2024-04-20 23:04:24 +10:00
parent 3549888b72
commit 4e6245dd12
Signed by: NickBland
GPG Key ID: 31CADD9E5FDD798C
10 changed files with 138 additions and 34 deletions

File diff suppressed because one or more lines are too long

View File

@ -9,9 +9,9 @@
<div class="flex">
{#each Array(count) as _}
<!-- 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}
{#if half}
<HalfStar class="stroke-base-content fill-base-content" />
<HalfStar class="stroke-neutral-content fill-neutral-content" />
{/if}
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB