Files
textual/docs/examples/styles/outline.css
Rodrigo Girão Serrão d41471034a Fix failing tests.
2023-01-09 16:39:12 +00:00

12 lines
149 B
CSS

Screen {
background: white;
color: black;
}
Label {
margin: 4 8;
background: green 20%;
outline: wide green;
width: 100%;
}