mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
Merge pull request #1213 from xiaoyifang/opt/darkmode-img
opt: in the darkmode , set image background to white in case the bac…
This commit is contained in:
commit
f861cb7fb4
|
@ -156,7 +156,7 @@ body { background: #242525; }
|
|||
.gdarticle { background: initial;}
|
||||
|
||||
.gdarticlebody img{
|
||||
background: white;
|
||||
background: white !important;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
|
|
Loading…
Reference in a new issue