From 3153f706b9f5b9f01251b6781f4f73f1663bfed7 Mon Sep 17 00:00:00 2001 From: Sebastian Pfitzner Date: Fri, 16 May 2025 18:08:59 +0200 Subject: [PATCH] fix: use correct font for flexsearch input --- assets/default/flexsearch.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/default/flexsearch.css b/assets/default/flexsearch.css index 5b973249..619aa512 100644 --- a/assets/default/flexsearch.css +++ b/assets/default/flexsearch.css @@ -20,7 +20,7 @@ color: #999; background-color: unset; height: 28px; - font-family: Glober; + font-family: inherit; width: 20em; font-size: 14px; padding: 0 8px; @@ -117,4 +117,4 @@ width: calc(100% - 7.5rem); margin: 10px 2em 4.5em 0; } -} \ No newline at end of file +}