From bdafb274b276e875a6f7c55e1c11f03af902022b Mon Sep 17 00:00:00 2001 From: Kesara Rathnayake Date: Thu, 22 Aug 2024 09:02:36 +1200 Subject: [PATCH] fix: Add background to tt and code inside dt (#1144) Fixes #1142 --- xml2rfc/data/xml2rfc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml2rfc/data/xml2rfc.css b/xml2rfc/data/xml2rfc.css index abbc48ca..7d06949c 100644 --- a/xml2rfc/data/xml2rfc.css +++ b/xml2rfc/data/xml2rfc.css @@ -1127,7 +1127,7 @@ section .olCompact { tt, code { background-color: transparent; } -p tt, p code, li tt, li code { +p tt, p code, li tt, li code, dt tt, dt code { background-color: #f8f8f8; } /* Tweak the pre margin -- 0px doesn't come out well */