Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
315c22de65 | ||
|
|
19a80d1c74 |
@@ -80,6 +80,7 @@ const ActiveFilters = () => {
|
|||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
><Link
|
><Link
|
||||||
|
color="inherit"
|
||||||
onMouseDown={() => setSearchModalOpen.set(true)}>{searchParams}</Link>
|
onMouseDown={() => setSearchModalOpen.set(true)}>{searchParams}</Link>
|
||||||
</Tag>
|
</Tag>
|
||||||
</>
|
</>
|
||||||
|
|||||||
@@ -349,6 +349,11 @@ const config = defineConfig({
|
|||||||
bg: { base: 'gray.200', _dark: 'gray.800' },
|
bg: { base: 'gray.200', _dark: 'gray.800' },
|
||||||
fontSize: '1.0625rem',
|
fontSize: '1.0625rem',
|
||||||
},
|
},
|
||||||
|
// Native text-selection was near-invisible on dark surfaces.
|
||||||
|
// Match the hover-selection treatment (gray.200 / whiteAlpha.300).
|
||||||
|
'::selection': {
|
||||||
|
bg: { base: 'gray.200', _dark: 'whiteAlpha.300' },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user