From 58c412098405708b9f3281f3b69dd6d894b874d1 Mon Sep 17 00:00:00 2001 From: Said Achmiz Date: Fri, 4 Mar 2022 17:07:40 -0500 Subject: [PATCH] Fixed code element font size glitch due to browser user agent style sheet update --- papyrus.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/papyrus.css b/papyrus.css index 556d804..c9471ba 100644 --- a/papyrus.css +++ b/papyrus.css @@ -517,6 +517,10 @@ pre { white-space: pre-wrap; } +code { + font-size: inherit; +} + input { font-size: inherit; font-family: inherit; -- 2.11.4.GIT