Files
textual/docs/examples/styles/outline.tcss
Rodrigo Girão Serrão 5ee0ebfef4 Rename CSS files to TCSS.
Related issue: #3137.
2023-08-22 13:21:17 +01:00

12 lines
149 B
Plaintext

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