mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +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>
|
<style>
|
||||||
body { background: #242525; }
|
body { background: #242525; }
|
||||||
.gdarticle { background: initial;}
|
.gdarticle { background: initial;}
|
||||||
|
|
||||||
|
img{
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
// This function returns a promise, but it is synchroneous because it does not use await
|
// This function returns a promise, but it is synchroneous because it does not use await
|
||||||
|
|
Loading…
Reference in a new issue