greyscale
This commit is contained in:
parent
91aeaef27d
commit
270e7afecc
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue