Skip to content

Commit

Permalink
Fix bold to <strong> tags (#92)
Browse files Browse the repository at this point in the history
* add bold to rst bold

* add inline comment
  • Loading branch information
Revathyvenugopal162 authored Aug 11, 2022
1 parent 53d7417 commit 9c08d27
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 9c08d27

Please sign in to comment.