Improve contrast of search box placeholder (#2639)

This commit is contained in:
Zeno Kapitein
2024-12-18 13:14:06 +02:00
committed by GitHub
parent 48ab59feb3
commit 8af1abc4e1
2 changed files with 10 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'gitbook': patch
---
Improve contrast of search box placeholder
@@ -52,8 +52,8 @@ export function SearchButton(props: { children?: React.ReactNode; style?: ClassV
'shadow-dark/4',
'dark:shadow-none',
'text-dark/6',
'dark:text-light/6',
'text-dark/7',
'dark:text-light-4/7',
'rounded-lg',
'straight-corners:rounded-sm',
@@ -128,11 +128,11 @@ const Shortcut = () => {
'md:inline',
'justify-end',
'text-xs',
'text-dark/6',
'text-dark/7',
'contrast-more:text-dark',
'dark:text-light/6',
'whitespace-nowrap',
'dark:text-light-4/7',
'contrast-more:dark:text-light',
'whitespace-nowrap',
`[font-feature-settings:"calt",_"case"]`,
)}
>