From 0658b062134d89cd82831bee5a287965cf7e6911 Mon Sep 17 00:00:00 2001 From: Cam Wiegert Date: Tue, 9 Oct 2018 10:22:54 -0500 Subject: [PATCH] test(content): replace fullscreen background image with gradient --- core/src/components/content/test/fullscreen/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/content/test/fullscreen/index.html b/core/src/components/content/test/fullscreen/index.html index 22a09e85a9..02953e0c3c 100644 --- a/core/src/components/content/test/fullscreen/index.html +++ b/core/src/components/content/test/fullscreen/index.html @@ -33,7 +33,7 @@ } ion-content { - --background: url("https://images.unsplash.com/photo-1527066579998-dbbae57f45ce?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=33ed584d743e3a2f4e17eeb8c5e10d5d&auto=format&fit=crop&w=664&q=80") no-repeat center center fixed; + --background: linear-gradient(90deg, blue, red); --color: white; }