From 80aabca760371a04189350953ba18eda34cd5818 Mon Sep 17 00:00:00 2001 From: "Bhajneet S.K" Date: Fri, 8 May 2020 12:39:58 -0400 Subject: [PATCH] feat(electron): add radial background (#498) --- app/electron/splashscreen/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/electron/splashscreen/index.css b/app/electron/splashscreen/index.css index 5a860c2a..6641c730 100644 --- a/app/electron/splashscreen/index.css +++ b/app/electron/splashscreen/index.css @@ -12,8 +12,7 @@ body { height: 100vh; color: #f0ede9; background-color: #2d2026; - background-size: 50%; - background-position: 50% 50%; + background: radial-gradient(75vw 100vh at 50% 115%, #ba1e62, #2d2026 100%); font-family: "Noto Sans ExtraLight", sans-serif; display: flex; align-items: center;