diff --git a/src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css b/src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css index 4b77b6a2..1c063b98 100644 --- a/src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css +++ b/src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css @@ -552,4 +552,14 @@ Syntax highlighting in code block html[data-theme="light"] .highlight .o { color: #B35000; font-weight: bold; +} + +/* +############################# +Bold font weight for **code** +############################# +*/ + +b, strong { + font-weight: 900; } \ No newline at end of file