Skip to content

Commit

Permalink
Change radial-gradient to diamonds (vercel#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle authored and evilrabbit committed Oct 28, 2019
1 parent f52d320 commit 0f2c17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/_lib/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ function getCss(theme: string, fontSize: string) {
body {
background: ${background};
background-image: radial-gradient(${radial} 5%, transparent 0);
background-size: 60px 60px;
background-image: radial-gradient(circle at 25px 25px, ${radial} 2%, transparent 0%), radial-gradient(circle at 75px 75px, ${radial} 2%, transparent 0%);
background-size: 100px 100px;
height: 100vh;
display: flex;
text-align: center;
Expand Down

0 comments on commit 0f2c17b

Please sign in to comment.