From 5088c4b51b7caf18a2bb4a8aebaeb9c7d162927c Mon Sep 17 00:00:00 2001 From: Neil Dewhurst Date: Thu, 19 Dec 2024 16:55:28 +0000 Subject: [PATCH] defeat the chatbot styles (#291) --- src/css/doc.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/css/doc.css b/src/css/doc.css index f5bd10e..93b7b47 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -920,6 +920,12 @@ body { hyphens: none; } +.doc code { + line-height: inherit; + font-weight: inherit; + font-size: inherit; +} + .doc th.tableblock, .doc td.tableblock code, .doc td.tableblock a {