CSS-Styles/Transparent Image Viewer.css

9 lines
203 B
CSS
Raw Normal View History

2024-08-02 17:04:16 -07:00
@media not print {
img.transparent { background: none !important; }
svg:root {
margin: auto;
height: 100%;
width: 100%;
background-color: rgb(14, 14, 14);
}
}