Skip to content

Commit

Permalink
feat(electron): add radial background (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhajneet committed May 8, 2020
1 parent 1321159 commit 80aabca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/electron/splashscreen/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 80aabca

Please sign in to comment.