From da18b4dd9c67e9b792ed405d2b752a1687557115 Mon Sep 17 00:00:00 2001 From: Jan Kuri Date: Sun, 5 Aug 2018 22:24:22 +0200 Subject: [PATCH] chore(demo): fresh background --- src/styles/app.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/app.sass b/src/styles/app.sass index c3e57529..68f32fa7 100644 --- a/src/styles/app.sass +++ b/src/styles/app.sass @@ -22,7 +22,7 @@ html, body height: 100% body - background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%) + background-image: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%) font-family: 'Roboto', sans-serif font-size: 12px color: $text