mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
fix: when in dark reader mode, the transparent image has a very bad display
This commit is contained in:
parent
f9cd4eb9e8
commit
16bdf2ac6c
|
@ -147,6 +147,10 @@ std::string ArticleMaker::makeHtmlHeader( QString const & word,
|
|||
<style>
|
||||
body { background: #242525; }
|
||||
.gdarticle { background: initial;}
|
||||
|
||||
img{
|
||||
background: white;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
// This function returns a promise, but it is synchroneous because it does not use await
|
||||
|
|
Loading…
Reference in a new issue