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:
xiaoyifang 2023-10-08 13:34:57 +08:00 committed by GitHub
commit f861cb7fb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,7 +156,7 @@ body { background: #242525; }
.gdarticle { background: initial;}
.gdarticlebody img{
background: white;
background: white !important;
}
</style>
<script>