Skip to content

Commit

Permalink
Fix text color
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Aug 7, 2024
1 parent 42177a3 commit 980c97a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/mermaid/src/docs/.vitepress/components/TopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 980c97a

Please sign in to comment.