Skip to content

Commit

Permalink
🔩 less bold
Browse files Browse the repository at this point in the history
  • Loading branch information
deltea committed Apr 14, 2024
1 parent 7197eb2 commit 0521d18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -329,19 +329,19 @@
<div class="flex items-center justify-center text-sm">
<div class="flex items-center justify-center gap-2 w-[7rem]">
<div class="size-4 rounded-full" style:background={palette.colors[0]}></div>
<h2 class="font-bold">{scores[0]}</h2>
<h2 class="font-semibold">{scores[0]}</h2>
</div>
<div class="flex items-center justify-center gap-2 w-[7rem]">
<div class="size-4 rounded-full" style:background={palette.colors[1]}></div>
<h2 class="font-bold">{scores[1]}</h2>
<h2 class="font-semibold">{scores[1]}</h2>
</div>
<div class="flex items-center justify-center gap-2 w-[7rem]">
<div class="size-4 rounded-full" style:background={palette.colors[2]}></div>
<h2 class="font-bold">{scores[2]}</h2>
<h2 class="font-semibold">{scores[2]}</h2>
</div>
<div class="flex items-center justify-center gap-2 w-[7rem]">
<div class="size-4 rounded-full" style:background={palette.colors[3]}></div>
<h2 class="font-bold">{scores[3]}</h2>
<h2 class="font-semibold">{scores[3]}</h2>
</div>
</div>

Expand Down

0 comments on commit 0521d18

Please sign in to comment.