From 0644a77686c403fb6c469760badc229669f3ff2c Mon Sep 17 00:00:00 2001 From: Miyako-ep Date: Tue, 15 May 2018 09:39:56 +0000 Subject: [PATCH] make the character in ** to bold --- static/css/custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +}