Skip to content

Commit

Permalink
add gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedvrs committed Mar 24, 2022
1 parent c50b54f commit 04098b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ body {
padding: 20px 20px 60px;
max-width: 680px;
margin: 0 auto;
}
background: rgb(225,223,246);
background: radial-gradient(circle, rgba(225,223,246,1) 14%, rgba(192,186,244,1) 46%, rgba(192,186,244,1) 75%, rgba(192,186,244,1) 100%);
}

0 comments on commit 04098b7

Please sign in to comment.