greyscale

This commit is contained in:
Mackie 2026-05-29 22:33:40 +08:00
parent 91aeaef27d
commit 270e7afecc

View file

@ -84,7 +84,7 @@ export function SkillsMarqueeBlock({ heading }: SkillsMarqueeBlockProps) {
src={l.src}
alt={l.alt}
style={{ filter: 'grayscale(1) var(--tw-invert)' }}
className="h-14 w-auto flex-shrink-0 pointer-events-none select-none opacity-30 dark:opacity-40 dark:invert"
className="h-14 w-auto flex-shrink-0 pointer-events-none select-none grayscale opacity-25 dark:opacity-35"
/>
))}
</InfiniteSlider>