From 22ed9f8cdedfa91f99552f4082af9a553309f7dc Mon Sep 17 00:00:00 2001 From: Hanwen Guo Date: Mon, 2 Jan 2023 18:02:56 +0800 Subject: [PATCH] fix(codeblock): fix the background color for

---
 assets/css/main.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/assets/css/main.scss b/assets/css/main.scss
index 457bf2f..2e17523 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -60,6 +60,7 @@ hr {
 }
 
 pre {
+  background: black;
   padding: 1em;
 }
 
@@ -103,4 +104,4 @@ img {
 figcaption {
   text-align: center;
   opacity: 0.5;
-}
\ No newline at end of file
+}