CSS-Styles/Transparent Image Viewer.css

9 lines
203 B
CSS

@media not print {
img.transparent { background: none !important; }
svg:root {
margin: auto;
height: 100%;
width: 100%;
background-color: rgb(14, 14, 14);
}
}