From 63b945ce157b48f0fd86a7a6b611bf7c6b10f127 Mon Sep 17 00:00:00 2001 From: Jesse Seldess Date: Thu, 7 Jul 2016 17:35:16 -0400 Subject: [PATCH] bolding code formatted text in tables --- css/customstyles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/customstyles.css b/css/customstyles.css index a68ef952d78..b912298128a 100755 --- a/css/customstyles.css +++ b/css/customstyles.css @@ -1686,7 +1686,9 @@ span.muted { color: #C0C0C0; } table code { - background-color: transparent; } + background-color: transparent; + font-weight: bold; +} .highlight .err { color: #a61717;