PhotoView/style.css

7 lines
114 B
CSS

:root {
background-color: rgb(54, 69, 79);
display: flex;
align-items: center;
justify-content: center;
}