mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
24 lines
263 B
CSS
24 lines
263 B
CSS
Screen {
|
|
background: $surface;
|
|
}
|
|
|
|
Container {
|
|
height: auto;
|
|
background: $boost;
|
|
|
|
}
|
|
|
|
Panel {
|
|
height: auto;
|
|
background: $boost;
|
|
margin: 1 2;
|
|
|
|
}
|
|
|
|
Content {
|
|
background: $boost;
|
|
padding: 1 2;
|
|
margin: 1 2;
|
|
color: auto 95%;
|
|
}
|