From d2ffcfeb7b166d00396d470e1c1a9bee44d21817 Mon Sep 17 00:00:00 2001 From: Alex Dellapenta Date: Tue, 23 Oct 2018 16:57:27 -0400 Subject: [PATCH] Rm monospace font from 'strong' element (4.x only) --- _stylesheets/docs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_stylesheets/docs.css b/_stylesheets/docs.css index 48f9b4b2d6..837b98ae93 100644 --- a/_stylesheets/docs.css +++ b/_stylesheets/docs.css @@ -619,7 +619,7 @@ span.footnote a:active, span.footnoteref a:active { text-decoration: underline; div.unbreakable { page-break-inside: avoid; } code { color: #404040; background-color: #e7e7e7; font-weight: bold; font-family: "Roboto Mono", monospace;} h5 { color: #404040; } -strong { color: #404040; font-weight: bold; font-family: "Roboto Mono", monospace; } +strong { color: #404040; font-weight: bold; } a strong { color: inherit; } a code { color: inherit; } .replaceable { font-style: italic; font-color: inherit; font-family: inherit; }