Skip to content

Commit

Permalink
fix: ensure bold text renders correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
abbiesims committed Jun 11, 2024
1 parent 9a7b3cf commit f730127
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -320,3 +320,7 @@ html {
content: counter(listItem) ". ";
font-weight: bold;
}

strong {
font-weight: bold !important;
}

0 comments on commit f730127

Please sign in to comment.