From ed3dc7c5e54d4074ed305da07790b7b1692488b3 Mon Sep 17 00:00:00 2001 From: Andrehlb Date: Wed, 3 Jan 2024 09:54:22 -0300 Subject: [PATCH] Update CSS defining the color: var(--xanthous); on Weather-NodeJS project. --- weather-node/public/css/style-weatherNode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {