Files
textual/docs/examples/styles/outline.css
Will McGugan 538e5d4701 lots more docs
2022-08-14 15:43:00 +01:00

10 lines
132 B
CSS

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