test(content): replace fullscreen background image with gradient

This commit is contained in:
Cam Wiegert
2018-10-09 10:22:54 -05:00
parent 64b52b54e4
commit 0658b06213

View File

@ -33,7 +33,7 @@
} }
ion-content { 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; --color: white;
} }