From cf538e23dd9b5cf5b72313a378ba975571eabc6c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 29 Sep 2025 17:22:56 -0700 Subject: [PATCH] doc: tweak the HTML look of fixed text Go for 90% rather than 80% size; For inline (code) tags make font bold. Signed-off-by: H. Peter Anvin (Intel) --- doc/nasmdoc.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/nasmdoc.css b/doc/nasmdoc.css index 35163299..ae069d38 100644 --- a/doc/nasmdoc.css +++ b/doc/nasmdoc.css @@ -48,7 +48,10 @@ span.subtitle { } code, pre { font-family: "source code pro", "liberation mono", "monospace"; - font-size: 80%; + font-size: 90%; +} +code { + font-weight: bold; } pre, blockquote { margin-left: 4em;