textual/docs/examples/guide/input/mouse01.css
2023-01-06 14:32:23 +00:00

24 lines
319 B
CSS

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;
}