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

13 lines
132 B
CSS

Screen {
layout: horizontal;
}
KeyLogger {
width: 1fr;
border: blank;
}
KeyLogger:focus {
border: wide $accent;
}