Use labels instead of statics.

This commit is contained in:
Rodrigo Girão Serrão
2023-01-04 10:34:22 +00:00
parent dceeb80bcd
commit 0fe5a98033
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ Screen {
background: white;
color: black;
}
Static {
Label {
margin: 4 8;
background: green 20%;
outline: wide green;