Fix examples.

This commit is contained in:
Rodrigo Girão Serrão
2023-01-09 16:11:45 +00:00
parent 2827edcd49
commit a1b9d4b2c5
13 changed files with 65 additions and 47 deletions

View File

@@ -1,12 +1,14 @@
Screen {
background: green;
}
Static {
height: 5;
background: white;
color: blue;
border: heavy blue;
Static {
height: 5;
background: white;
color: blue;
border: heavy blue;
}
Static.remove {
display: none;
}