diff --git a/static/sass/styles.scss b/static/sass/styles.scss index e66efe3b..305cf2b9 100644 --- a/static/sass/styles.scss +++ b/static/sass/styles.scss @@ -320,3 +320,7 @@ html { content: counter(listItem) ". "; font-weight: bold; } + +strong { + font-weight: bold !important; +}