mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
19 lines
234 B
Plaintext
19 lines
234 B
Plaintext
BSOD {
|
|
align: center middle;
|
|
background: blue;
|
|
color: white;
|
|
}
|
|
|
|
BSOD>Static {
|
|
width: 70;
|
|
}
|
|
|
|
#title {
|
|
content-align-horizontal: center;
|
|
text-style: reverse;
|
|
}
|
|
|
|
#any-key {
|
|
content-align-horizontal: center;
|
|
}
|