diff --git a/weather-node/public/css/style-weatherNode.css b/weather-node/public/css/style-weatherNode.css index 0d86e5c..21e4412 100644 --- a/weather-node/public/css/style-weatherNode.css +++ b/weather-node/public/css/style-weatherNode.css @@ -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 {