Tweak font size

This commit is contained in:
Jan Hamal Dvořák 2025-03-08 22:32:47 +01:00
parent 1bbc2cb336
commit 721df98762

View file

@ -1,6 +1,6 @@
listview > row {
padding: 8px;
font-size: 48px;
font-size: 24px;
font-family: monospace;
}
@ -10,11 +10,11 @@ listview > row {
#overlay-text {
color: white;
font-size: 48px;
font-size: 24px;
font-family: monospace;
background-color: rgba(64, 64, 64, 0.25);
padding: 20px;
border-radius: 10px;
margin: 48px;
padding: 24px;
border-radius: 8px;
margin: 32px;
width: 80%;
}