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; }