Force a white background for all images for now

Our current images with transparency assume a white background.
This commit is contained in:
Philipp Oppermann
2021-10-16 17:26:55 +02:00
parent 874f79a8f9
commit 9b02a5e77a

View File

@@ -953,3 +953,7 @@ a strong {
.giscus {
margin-top: 1.5rem;
}
img {
background-color: white;
}