From 77e7d553ede4876d83fe29d3629428a10e2d1daf Mon Sep 17 00:00:00 2001 From: Lior Date: Fri, 17 Sep 2021 15:16:39 +0800 Subject: [PATCH] style: change background color in dark mode (#242) Co-authored-by: lior_ren --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 9225ea4..fd8d1a5 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,11 @@ .markdown-section code { font-weight: 400; } + + /* dark mode 全局文章图片背景色 */ + article img { + background-color: #42b983; + }