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

25 lines
319 B
Plaintext

Screen {
layers: log ball;
}
TextLog {
layer: log;
}
PlayArea {
opacity: 0%;
layer: ball;
}
Ball {
layer: ball;
width: auto;
height: 1;
background: $secondary;
border: tall $secondary;
color: $background;
box-sizing: content-box;
text-style: bold;
padding: 0 4;
}