From 8766a4390ee43afeeb577f401813fdfccf3b2bd7 Mon Sep 17 00:00:00 2001 From: juan0444 Date: Tue, 27 Feb 2024 19:10:53 +0900 Subject: [PATCH] add footer background color --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index ca9959830..d23cefea9 100644 --- a/style.css +++ b/style.css @@ -11,6 +11,7 @@ --card-item-text: #6B6B6B; --footer-text: #676767; --footer-link-text: #CFCFCF; + --The-julge-black: #111322; --gra-purpleblue-to-skyblue: linear-gradient(91deg, #6D6AFE 0.12%, #6AE3FE 101.84%); --header-title: linear-gradient(91deg, #6D6AFE 17.28%, #FF9F9F 74.98%); --card3-line-bg: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));