fix: reset background to white when darkreader mode is used

A few theme's yellow background is ugly when inverted
This commit is contained in:
shenleban tongying 2023-02-12 02:18:56 -05:00
parent bd736d7f37
commit 91bb527c6e

View file

@ -160,6 +160,11 @@ std::string ArticleMaker::makeHtmlHeader( QString const & word,
sepia: 10
});
</script>
<style>
body , .gdarticle {
background: white;
}
</style>
)";
}
result += "</head><body>";