set background-color on body

This commit is contained in:
Adam Bradley
2015-10-17 21:44:01 -05:00
parent 28cf4fc576
commit e47e3f8b75

View File

@@ -79,6 +79,7 @@ body {
text-size-adjust: none;
@include user-select-none();
background-color: $background-color;
}
ion-app {