Skip to content

Commit

Permalink
Gradient text on hero page
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorley15 committed May 5, 2024
1 parent 67eb3d2 commit 75da1f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="flex flex-col justify-center space-y-4">
<div class="space-y-2">
<h1
class="text-3xl font-bold tracking-tighter sm:text-5xl xl:text-6xl/none"
class="text-3xl font-bold tracking-tighter sm:text-5xl xl:text-6xl/none bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent"
>
Discover the World's Most Thrilling Adventures
</h1>
Expand Down Expand Up @@ -68,7 +68,7 @@
Key Features
</div>
<h2
class="text-3xl font-bold tracking-tighter sm:text-5xl dark:text-gray-400"
class="text-3xl font-bold tracking-tighter sm:text-5xl bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent"
>
Discover, Plan, and Explore with Ease
</h2>
Expand Down

0 comments on commit 75da1f4

Please sign in to comment.