From ecfed5557966dfb7adb26e1a3ebd8c0364ce0d28 Mon Sep 17 00:00:00 2001 From: Mathieu Nayrolles Date: Mon, 28 Nov 2016 17:08:41 -0500 Subject: [PATCH] fix(tips): Tips background is now white while fetching the tips from the blog Change page general css to add a white background Fixes #85 --- src/app/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/app.scss b/src/app/app.scss index b110f4f..7492717 100644 --- a/src/app/app.scss +++ b/src/app/app.scss @@ -21,4 +21,8 @@ button, .button-md{ .text-input-ios, .text-input-md{ margin:0; +} + +.show-page{ + background-color: white; } \ No newline at end of file