mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
Fix text color
This commit is contained in:
@@ -37,12 +37,10 @@ onMounted(() => {
|
|||||||
:key="index"
|
:key="index"
|
||||||
href="{{ taglines[index].url }}"
|
href="{{ taglines[index].url }}"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="unstyled flex justify-center items-center gap-4 tracking-wide plausible-event-name=bannerClick"
|
class="unstyled flex justify-center items-center gap-4 text-white tracking-wide plausible-event-name=bannerClick"
|
||||||
>
|
>
|
||||||
<span class="text-primary-50 font-semibold">{{ taglines[index].label }}</span>
|
<span class="font-semibold">{{ taglines[index].label }}</span>
|
||||||
<button
|
<button class="rounded bg-[#111113] p-1 px-2 text-sm font-semibold tracking-wide">
|
||||||
class="rounded bg-[#111113] p-1 px-2 text-sm font-semibold tracking-wide text-white"
|
|
||||||
>
|
|
||||||
Try it now
|
Try it now
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user