Files
Adam Bradley 64e7a083f5 prevent black flicker
Closes #111
2015-09-14 23:26:42 -05:00

15 lines
247 B
SCSS

// iOS Content
// --------------------------------------------------
$outer-content-md-background-color: #efeff4 !default;
.outer-content {
background: $outer-content-md-background-color;
}
ion-nav.has-views {
background: #000;
}