Skip to content

Commit

Permalink
Add --celestial-blue color pallet variants in the `@keyframes tempoCo…
Browse files Browse the repository at this point in the history
…lor` on style-weatherNode.css
  • Loading branch information
Andrehlb committed Jan 11, 2024
1 parent 0f61db0 commit eeb12e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions weather-node/public/css/style-weatherNode.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ body {
}

@keyframes tempoColor {
0% { background-color: var(--gray-1);}
20% { background-color: var(--gray-2);}
40% { background-color: var(--gray-3);}
60% { background-color: var(--gray-4);}
80% { background-color: var(--gray-5);}
100% { background-color: var(--gray-1);}
0% { background-color: var(--gray---celestial-blue-1);}
20% { background-color: var(--gray---celestial-blue-2);}
40% { background-color: var(--gray---celestial-blue-3);}
60% { background-color: var(--celestial-blue-4);}
80% { background-color: var(--celestial-blue-5);}
100% { background-color: var(--celestial-blue-1);}
}

.card-previsao-tempo {
Expand Down

0 comments on commit eeb12e9

Please sign in to comment.