Tweak font size
This commit is contained in:
parent
1bbc2cb336
commit
721df98762
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
listview > row {
|
listview > row {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
font-size: 48px;
|
font-size: 24px;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10,11 +10,11 @@ listview > row {
|
||||||
|
|
||||||
#overlay-text {
|
#overlay-text {
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 48px;
|
font-size: 24px;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
background-color: rgba(64, 64, 64, 0.25);
|
background-color: rgba(64, 64, 64, 0.25);
|
||||||
padding: 20px;
|
padding: 24px;
|
||||||
border-radius: 10px;
|
border-radius: 8px;
|
||||||
margin: 48px;
|
margin: 32px;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue