lazy-player/lazy_player/style.css

21 lines
321 B
CSS
Raw Normal View History

2025-03-08 20:02:44 +01:00
listview > row {
padding: 8px;
font-size: 48px;
font-family: monospace;
}
2025-03-08 21:14:30 +01:00
#black-overlay {
background-color: black;
}
2025-03-08 21:51:44 +01:00
#overlay-text {
color: white;
font-size: 48px;
font-family: monospace;
background-color: rgba(64, 64, 64, 0.25);
padding: 20px;
border-radius: 10px;
2025-03-08 21:56:41 +01:00
margin: 48px;
width: 80%;
2025-03-08 21:51:44 +01:00
}