Files
textual/docs/examples/guide/input/mouse01.css
2022-09-24 17:04:00 +01:00

25 lines
340 B
CSS

Screen {
layers: log ball;
}
TextLog {
layer: log;
}
PlayArea {
background: transparent;
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;
}