Skip to content

Commit

Permalink
Enhance the gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Dec 10, 2024
1 parent 02bcf50 commit 403997c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ body {
font-family: Ubuntu;

/*https://colorhunt.co/palette/5bbcfffffab7ffd1e37ea1ff*/
background: linear-gradient(45deg,#FFD1E3,#7EA1FF,#FFFAB7,#5BBCFF);
background: linear-gradient(45deg,#FFD1E3,#7EA1FF,#5BBCFF);

background-size: 300% 300%;
animation: color 12s ease-in-out infinite;
Expand Down

0 comments on commit 403997c

Please sign in to comment.