Files
textual/sandbox/will/design.css
Will McGugan 6f7d3b5ad7 text color
2022-09-13 10:53:22 +01:00

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