Change background color of images to transparent

This commit is contained in:
2025-05-28 19:21:19 +02:00
parent 14d96d28f3
commit 9e2f75acd8

View File

@@ -88,7 +88,7 @@
height: auto;
object-fit: contain;
border-radius: 12px;
background: #222;
background: transparent;
flex-shrink: 0;
margin: 0;
display: block;
@@ -125,7 +125,7 @@
width: 100%;
height: auto;
object-fit: contain;
background: #222;
background: transparent;
}
#spirit-info .spirit-info-content {
width: 100%;