1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Rm monospace font from 'strong' element (4.x only)

This commit is contained in:
Alex Dellapenta
2018-10-23 16:57:27 -04:00
committed by openshift-cherrypick-robot
parent 6764fd4ef8
commit d2ffcfeb7b

View File

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