mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-18 07:17:49 +00:00
Force a white background for all images for now
Our current images with transparency assume a white background.
This commit is contained in:
@@ -953,3 +953,7 @@ a strong {
|
|||||||
.giscus {
|
.giscus {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user