Skip to content

Commit

Permalink
Updated figure caption colors
Browse files Browse the repository at this point in the history
  • Loading branch information
RealA10N committed Dec 19, 2023
1 parent ac066e8 commit 686d441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/Figure.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>
{/if}

<figcaption class="text-sm my-2 italic px-12 mx-auto">
<figcaption class="text-sm my-2 italic px-12 mx-auto text-zinc-500">
<slot name="caption" />
</figcaption>
</figure>
2 changes: 1 addition & 1 deletion src/lib/arrays/PermutationShuffle.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
@apply relative before:absolute before:left-0 before:-bottom-[1px]
before:w-full before:h-[1px] focus:outline-none before:rounded
before:scale-x-100 before:focus:scale-x-105 before:transition-all
before:bg-zinc-400 before:focus:bg-zinc-600 dark:before:focus:bg-zinc-200;
before:bg-zinc-500 before:focus:bg-zinc-700 dark:before:focus:bg-zinc-400;
}
.invalidUserInput {
Expand Down

0 comments on commit 686d441

Please sign in to comment.