feat(frontend): Increase text contrast (#66 - @AaronBenDaniel)

This commit is contained in:
AaronBenDaniel
2025-05-29 00:48:43 -04:00
committed by GitHub
parent 19551b8c9f
commit d6095bb122
+3 -3
View File
@@ -198,14 +198,14 @@
</p> </p>
{:else} {:else}
<button <button
class="link label-text font-semibold" class="link label-text font-semibold text-gray-800"
onclick={() => storyURLTutorialModal.showModal()} onclick={() => storyURLTutorialModal.showModal()}
data-umami-event="StoryURLTutorialModal Open">How to get a Story URL</button data-umami-event="StoryURLTutorialModal Open">How to get a Story URL</button
> >
{/if} {/if}
</label> </label>
<label class="label cursor-pointer"> <label class="label cursor-pointer text-gray-800">
<span class="label-text">This is a Paid Story, and I've purchased it</span> <span class="label-text">This is a Paid Story, and I've purchased it</span>
<input <input
type="checkbox" type="checkbox"
@@ -261,7 +261,7 @@
</label> --> </label> -->
<label class="label cursor-pointer"> <label class="label cursor-pointer">
<span class="label-text">Include Images (<strong>Slower Download</strong>)</span> <span class="label-text text-gray-800">Include Images (<strong>Slower Download</strong>)</span>
<input <input
type="checkbox" type="checkbox"
class="checkbox-warning checkbox shadow-md" class="checkbox-warning checkbox shadow-md"