Add help overlay

This commit is contained in:
2020-06-03 16:35:56 +02:00
parent 22ceac1a9b
commit 8819b3fa0d
2 changed files with 37 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ window {
font-size: 30px;
}
label {
background-color: #fff;
background-color: rgba(255, 255, 255, .75);
border: 2px solid gray;
border-radius: 5px;
margin: 10px;