Files
textual/docs/examples/styles/outline.css
2023-01-04 10:34:22 +00:00

10 lines
131 B
CSS

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