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; }