From 8fa228630b8772131fdf050eb9998932867e614f Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Thu, 29 Jul 2021 16:45:48 -0700 Subject: [PATCH] small docs font fix --- docs/src/components/Search.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/components/Search.css b/docs/src/components/Search.css index 0b85299e9..330a02d1d 100644 --- a/docs/src/components/Search.css +++ b/docs/src/components/Search.css @@ -35,7 +35,7 @@ padding: 0.33em 0.5em; overflow: visible; font-weight: 500; - font-size: 100%; + font-size: 1rem; font-family: inherit; line-height: inherit; background-color: var(--theme-divider);