Skip to content

Commit

Permalink
πŸ’„ Updated default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
KevzPeter committed Jul 24, 2024
1 parent 1b52b5b commit 9e6aeb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/svg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ body {
padding: 10px 20px 10px 10px;
gap: 10px;
border-radius: 10px;
background-color: #FF3CAC;
background-image: linear-gradient(225deg, #d46002 0%, #784BA0 50%, #2B86C5 100%);
background-color: #21D4FD;
background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
background-size: 200% 200%;
animation: gradient-animation 4s ease-in-out infinite;
}
Expand Down

0 comments on commit 9e6aeb2

Please sign in to comment.