change purple
This commit is contained in:
@@ -200,11 +200,11 @@ export function Speakers() {
|
||||
<div className="mx-auto max-w-2xl lg:mx-0">
|
||||
<h2
|
||||
id="speakers-title"
|
||||
className="font-display text-4xl font-medium tracking-tighter text-blue-700 sm:text-5xl"
|
||||
className="font-display text-4xl font-medium tracking-tighter text-purple-700 sm:text-5xl"
|
||||
>
|
||||
Speakers
|
||||
</h2>
|
||||
<p className="mt-4 font-display text-2xl tracking-tight text-blue-900">
|
||||
<p className="mt-4 font-display text-2xl tracking-tight text-purple-900">
|
||||
Get ready to be inspired by some of the industry leaders and innovators who are shaping the future of the metaverse, Web3, AI, and more.
|
||||
</p>
|
||||
</div>
|
||||
@@ -223,7 +223,7 @@ export function Speakers() {
|
||||
className={clsx(
|
||||
'absolute left-[-0.5px] top-[0.5625rem] hidden h-1.5 w-1.5 overflow-visible lg:block',
|
||||
dayIndex === selectedIndex
|
||||
? 'fill-blue-500 stroke-blue-500'
|
||||
? 'fill-purple-500 stroke-purple-500'
|
||||
: 'fill-transparent stroke-slate-400',
|
||||
)}
|
||||
/>
|
||||
@@ -232,7 +232,7 @@ export function Speakers() {
|
||||
className={clsx(
|
||||
'font-mono text-sm',
|
||||
dayIndex === selectedIndex
|
||||
? 'text-blue-500'
|
||||
? 'text-purple-500'
|
||||
: 'text-slate-500',
|
||||
)}
|
||||
>
|
||||
@@ -243,7 +243,7 @@ export function Speakers() {
|
||||
</div>
|
||||
<time
|
||||
dateTime={day.dateTime}
|
||||
className="mt-1.5 block text-2xl font-semibold tracking-tight text-blue-900"
|
||||
className="mt-1.5 block text-2xl font-semibold tracking-tight text-purple-900"
|
||||
>
|
||||
{day.date}
|
||||
</time>
|
||||
@@ -268,7 +268,7 @@ export function Speakers() {
|
||||
className={clsx(
|
||||
'absolute bottom-6 left-0 right-4 top-0 rounded-4xl border transition duration-300 group-hover:scale-95 xl:right-6',
|
||||
[
|
||||
'border-blue-300',
|
||||
'border-purple-300',
|
||||
'border-indigo-300',
|
||||
'border-sky-300',
|
||||
][speakerIndex % 3],
|
||||
|
Reference in New Issue
Block a user