diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index 0bd0c22..99f927e 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -188,3 +188,11 @@ img { .vp-code-group .tabs { padding: 0 8px; } + +.DocSearch-Logo svg * { + fill: var(--vp-c-text-2) !important; +} + +.DocSearch-Logo:hover svg * { + fill: var(--vp-c-text-1) !important; +} \ No newline at end of file