From d0553302fcefa45c9ca2e848d9073bdf13eb9267 Mon Sep 17 00:00:00 2001 From: Tiago <70700766+tiagorangel1@users.noreply.github.com> Date: Sat, 31 May 2025 16:54:06 +0100 Subject: [PATCH] docs: nicer search bar --- docs/.vitepress/theme/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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