From 4381980ba33a068e6a0625f2fdd8ae2c11f61650 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 19 Oct 2024 14:07:23 +0530 Subject: [PATCH 1/2] Footer title color changed --- category.css | 5 +++-- category.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/category.css b/category.css index ed4eae16..df8faf2f 100644 --- a/category.css +++ b/category.css @@ -477,7 +477,7 @@ img { .custom-footer .footer-title { font-size: 1.6rem; margin-bottom: 20px; - color: #3B3B58; + color: #000; font-weight: bold; } @@ -548,7 +548,8 @@ img { .custom-footer .secondary-title { font-size: 0.9rem; - color: #6c757d; + color : #000; + } .custom-footer .display-3 { diff --git a/category.html b/category.html index 5dce9472..28cc80cc 100644 --- a/category.html +++ b/category.html @@ -568,7 +568,7 @@

Fashion Trends

-

+

We are a close-knit team of passionate storytellers dedicated to sharing captivating content with the world.

From ba0e29e298779bb607397d266bfc15b05b9e4cb8 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 19 Oct 2024 14:10:25 +0530 Subject: [PATCH 2/2] 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; }