From ba0e29e298779bb607397d266bfc15b05b9e4cb8 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 19 Oct 2024 14:10:25 +0530 Subject: [PATCH] Footer title color changed --- category.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/category.css b/category.css index df8faf2f..49eaccbf 100644 --- a/category.css +++ b/category.css @@ -477,7 +477,7 @@ img { .custom-footer .footer-title { font-size: 1.6rem; margin-bottom: 20px; - color: #000; + color: black; font-weight: bold; } @@ -548,7 +548,7 @@ img { .custom-footer .secondary-title { font-size: 0.9rem; - color : #000; + color : black; }