diff --git a/static/css/custom.css b/static/css/custom.css index 4f6bd95..ffa8eeb 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -43,6 +43,10 @@ pre tab-size: 2; } +strong +{ + font-weight: bold; +} .hljs { white-space: pre; @@ -81,4 +85,4 @@ code { /* Changing from font-awesome 4 to 5, the class pull-right was removed */ .pull-right { float: right; -} \ No newline at end of file +}