20 lines
321 B
CSS
20 lines
321 B
CSS
listview > row {
|
|
padding: 8px;
|
|
font-size: 48px;
|
|
font-family: monospace;
|
|
}
|
|
|
|
#black-overlay {
|
|
background-color: black;
|
|
}
|
|
|
|
#overlay-text {
|
|
color: white;
|
|
font-size: 48px;
|
|
font-family: monospace;
|
|
background-color: rgba(64, 64, 64, 0.25);
|
|
padding: 20px;
|
|
border-radius: 10px;
|
|
margin: 48px;
|
|
width: 80%;
|
|
}
|