Skip to content

Commit d90cc87

Browse files
committed
fix: landing page style
1 parent ee683ae commit d90cc87

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vitepress/theme/components/LandingPage.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
Presentation Slides for Developers
1010
</h2>
1111
<div flex="~ gap-3 justify-center" p4 mt-5>
12-
<a href="/guide/" class="bg-$vp-c-brand-3 text-white px5 py3 text-xl font-bold rounded-xl hover:bg-$vp-c-brand-1">Get Started</a>
13-
<a href="/guide/why" class="bg-$vp-c-gray-1 text-white px5 py3 text-xl font-bold rounded-2xl hover:bg-$vp-c-brand-1">Why</a>
12+
<a href="/guide/" class="bg-$vp-c-brand-3 text-white! no-underline! px5 py3 text-xl font-bold rounded-xl hover:bg-$vp-c-brand-1">Get Started</a>
13+
<a href="/guide/why" class="bg-$vp-c-gray-1 text-white! no-underline! px5 py3 text-xl font-bold rounded-2xl hover:bg-$vp-c-brand-1">Why</a>
1414
</div>
1515
</div>
1616
<div flex>

index.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: home
3+
markdownStyles: false
34
---
45

56
<LandingPage />

0 commit comments

Comments
 (0)