mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
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:
parent
bd736d7f37
commit
91bb527c6e
|
@ -160,6 +160,11 @@ std::string ArticleMaker::makeHtmlHeader( QString const & word,
|
|||
sepia: 10
|
||||
});
|
||||
</script>
|
||||
<style>
|
||||
body , .gdarticle {
|
||||
background: white;
|
||||
}
|
||||
</style>
|
||||
)";
|
||||
}
|
||||
result += "</head><body>";
|
||||
|
|
Loading…
Reference in a new issue