greyscale

This commit is contained in:
Mackie 2026-05-30 13:32:38 +08:00
parent 322c75eaef
commit f750efc18f
2 changed files with 2 additions and 1 deletions

View file

@ -50,6 +50,7 @@ export default async function Page({ params: paramsPromise }: Args) {
}
const { hero, layout } = page
console.log('PAGE SLUG:', decodedSlug, 'LAYOUT:', JSON.stringify(layout))
// Landing page layout — canvas + hero section with border lines
if (LANDING_PAGE_SLUGS.includes(decodedSlug)) {

View file

@ -77,7 +77,7 @@ export function SkillsMarqueeBlock({ heading }: SkillsMarqueeBlockProps) {
key={l.alt}
src={l.src}
alt={l.alt}
className="h-14 w-auto flex-shrink-0 pointer-events-none select-none grayscale opacity-25 dark:opacity-35"
className="h-14 w-auto flex-shrink-0 pointer-events-none select-none grayscale opacity-40 dark:opacity-50 dark:brightness-150"
/>
))}
</InfiniteSlider>