mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
10 lines
89 B
SCSS
10 lines
89 B
SCSS
$background: #021720;
|
|
|
|
App > View {
|
|
background: $background;
|
|
}
|
|
|
|
#info {
|
|
height: 4;
|
|
}
|