feat(frontend): Increase text contrast (#66 - @AaronBenDaniel)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user