lazy-player/lazy_player/style.css

20 lines
320 B
CSS

listview > row {
padding: 8px;
font-size: 24px;
font-family: monospace;
}
#black-overlay {
background-color: black;
}
#overlay-text {
color: white;
font-size: 24px;
font-family: monospace;
background-color: rgba(64, 64, 64, 0.25);
padding: 24px;
border-radius: 8px;
margin: 32px;
width: 80%;
}