From a0e8729df4a987d2f1b84ccfdd0c15f203621f1f Mon Sep 17 00:00:00 2001 From: Doge Date: Fri, 7 May 2021 12:45:16 +0800 Subject: Fix highlight.js conflict with bulma.css --- source/css/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source') diff --git a/source/css/style.css b/source/css/style.css index e69de29..1fe0a0e 100644 --- a/source/css/style.css +++ b/source/css/style.css @@ -0,0 +1,3 @@ +pre { + background-color: inherit !important; +} \ No newline at end of file -- cgit v1.2.3