mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 07:19:41 +02:00
Fix text color
This commit is contained in:
@@ -37,12 +37,10 @@ onMounted(() => {
|
||||
:key="index"
|
||||
href="{{ taglines[index].url }}"
|
||||
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>
|
||||
<button
|
||||
class="rounded bg-[#111113] p-1 px-2 text-sm font-semibold tracking-wide text-white"
|
||||
>
|
||||
<span class="font-semibold">{{ taglines[index].label }}</span>
|
||||
<button class="rounded bg-[#111113] p-1 px-2 text-sm font-semibold tracking-wide">
|
||||
Try it now
|
||||
</button>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user