Change background color of images to transparent
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user