Skip to content

Commit

Permalink
Fix gray color pallet variants in the @keyframes rodoviasColor on s…
Browse files Browse the repository at this point in the history
…tyle-weatherNode.css
  • Loading branch information
Andrehlb committed Jan 11, 2024
1 parent 5ee0b12 commit 56a0359
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 @@ -175,7 +175,7 @@ body {
20% { background-color: var(--gray-2);}
40% { background-color: var(--gray-3);}
60% { background-color: var(--gray-4);}
80% { background-color: var(--gray5);}
80% { background-color: var(--gray-5);}
100% { background-color: var(--gray-1);}
}

Expand Down

0 comments on commit 56a0359

Please sign in to comment.