Files
textual/sandbox/darren/tabs.scss
2022-06-22 14:02:24 +01:00

10 lines
89 B
SCSS

$background: #021720;
App > View {
background: $background;
}
#info {
height: 4;
}