From 744b480b1b4596c63b9e780574314c87486a89fb Mon Sep 17 00:00:00 2001 From: YiFang Xiao Date: Sun, 8 Oct 2023 10:39:35 +0800 Subject: [PATCH 01/13] opt: in the darkmode , set image background to white in case the backgroud is transparent --- src/article_maker.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/article_maker.cc b/src/article_maker.cc index 6684a767d..d7ffd7136 100644 --- a/src/article_maker.cc +++ b/src/article_maker.cc @@ -156,7 +156,7 @@ body { background: #242525; } .gdarticle { background: initial;} .gdarticlebody img{ - background: white; + background: white !important; }