Skip to content

Commit

Permalink
Update style-weatherNode.css with Artifical Sky-Wave based in the Ola…
Browse files Browse the repository at this point in the history
…fur Eliasson-inpired color pallet
  • Loading branch information
Andrehlb committed Dec 26, 2023
1 parent 5a1f9b4 commit 7732eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weather-node/public/css/style-weatherNode.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ body {
font-family: Arial, Helvetica, sans-serif;
background: linear-gradient(270deg, var(--light-sky-blue), var(celestial-blue), var(--alice-blue), var(--carolina-blue));
background-size: 800% 800%;
animation: backgroundWave 15s ease infinite;
animation: backgroundWave 6s ease infinite;
color: var(--steel-blue);
}

0 comments on commit 7732eea

Please sign in to comment.