Skip to content

Commit

Permalink
Add 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 344532c commit c0d37b5
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 @@ -171,7 +171,7 @@ body {
}

@keyframes rodoviasColor {
5% { background-color: var(--gray-1);}
0% { background-color: var(--gray-1);}
25% { background-color: var(--gray-2);}
50% { background-color: var(--gray-3);}
75% { background-color: var(--gray-4);}
Expand Down

0 comments on commit c0d37b5

Please sign in to comment.