changed color

This commit is contained in:
2024-09-11 19:11:45 +02:00
parent ab19547027
commit df8b6fab4b
518 changed files with 8007 additions and 2827 deletions

View File

@@ -8,7 +8,7 @@ export function Hero() {
<BackgroundImage className="-bottom-14 -top-20" />
<Container className="relative">
<div className="mx-auto max-w-2xl lg:max-w-4xl lg:px-12">
<h1 className="font-display text-3xl font-medium tracking-tighter text-purple-500 sm:text-6xl">
<h1 className="font-display text-3xl font-semibold tracking-tighter font-gradient sm:text-6xl">
OurVerse
</h1>
<div className="mt-4 space-y-6 font-display lg:text-xl text-lg tracking-tight leading-tight text-purple-700">
@@ -30,7 +30,7 @@ export function Hero() {
['Countries', '15'],
].map(([name, value]) => (
<div key={name}>
<dt className="font-mono text-sm text-purple-500">{name}</dt>
<dt className="font-mono text-sm text-purple-600">{name}</dt>
<dd className="mt-0.5 text-2xl font-semibold tracking-tight text-purple-900">
{value}
</dd>