diff --git a/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css b/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css index 5bc7e7a4..bd3dbde0 100644 --- a/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css +++ b/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css @@ -374,7 +374,16 @@ div.highlight-console .highlight:before{ white-space: pre; } -div.highlight-rst, div.highlight-rest .highlight:before{ +div.highlight-rst .highlight:before{ + background: #909090; + color: white; + content: " reStructuredText "; + font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace; + font-size: 14px; + white-space: pre; +} + +div.highlight-rest .highlight:before{ background: #909090; color: white; content: " reStructuredText ";