docs: allow white background for images #411

This commit is contained in:
Sören Weber 2022-12-02 15:50:39 +01:00
parent 1be3634160
commit d4de97ffb3
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -0,0 +1,6 @@
<style>
#body img.bg-white {
background-color: white;
}
</style>