From 145a0b279fb550aac4b9e3d5a49f09040b83318a Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Wed, 31 Jan 2024 13:55:45 +0100 Subject: [PATCH] fix search area font family --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index c3da99f..9dfe014 100644 --- a/style.css +++ b/style.css @@ -128,6 +128,7 @@ body::-webkit-scrollbar-thumb { /* search file dialog */ #filter { + font-family: inherit; color: black; width: 100%; }