Skip to content

Commit

Permalink
Update CSS defining the color: var(--xanthous); on Weather-NodeJS pro…
Browse files Browse the repository at this point in the history
…ject.
  • Loading branch information
Andrehlb committed Jan 3, 2024
1 parent 46939d9 commit ed3dc7c
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 @@ -29,7 +29,7 @@ body {
background: linear-gradient(300deg, var(--light-skyblue), var(--celestial-blue), var(--alice-blue), var(--carolina-blue));
background-size: 800% 800%;
animation: backgroundWave 12s ease-in-out infinite;
color: var(--blue-white);
color: var(--xanthous);
}

.card-container {
Expand Down

0 comments on commit ed3dc7c

Please sign in to comment.