Update Hero component title gradient for improved visual consistency
This commit is contained in:
@@ -15,7 +15,7 @@ const { name, title, bio, github, linkedin } = Astro.props;
|
||||
</div>
|
||||
<div class="flex-1 min-w-0">
|
||||
<h1
|
||||
class="text-4xl md:text-6xl font-extrabold tracking-tight bg-gradient-to-r from-gray-300 to-gray-500 bg-clip-text text-transparent mb-4 text-balance"
|
||||
class="text-4xl md:text-6xl font-extrabold tracking-tight bg-gradient-to-r from-gray-100 to-gray-300 bg-clip-text text-transparent mb-4 text-balance"
|
||||
>
|
||||
{name}
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user