edit
This commit is contained in:
@@ -188,7 +188,7 @@ 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-600 sm:text-5xl"
|
||||
className="font-display text-4xl font-medium tracking-tighter text-blue-500 sm:text-5xl"
|
||||
>
|
||||
Speakers
|
||||
</h2>
|
||||
@@ -211,7 +211,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-600 stroke-blue-600'
|
||||
? 'fill-blue-500 stroke-blue-500'
|
||||
: 'fill-transparent stroke-slate-400',
|
||||
)}
|
||||
/>
|
||||
@@ -220,7 +220,7 @@ export function Speakers() {
|
||||
className={clsx(
|
||||
'font-mono text-sm',
|
||||
dayIndex === selectedIndex
|
||||
? 'text-blue-600'
|
||||
? 'text-blue-500'
|
||||
: 'text-slate-500',
|
||||
)}
|
||||
>
|
||||
|
Reference in New Issue
Block a user