From e5f4af0129d81968c53ff4c4a958acbfb62be4ee Mon Sep 17 00:00:00 2001 From: chandni5033 Date: Mon, 25 May 2026 20:43:30 +0530 Subject: [PATCH 1/2] Fix blog carousel text --- src/components/blogCarousel/blogCarousel.css | 9 +++++++++ src/components/blogCarousel/blogCarousel.tsx | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/blogCarousel/blogCarousel.css b/src/components/blogCarousel/blogCarousel.css index 0d26a710..7a7483c2 100644 --- a/src/components/blogCarousel/blogCarousel.css +++ b/src/components/blogCarousel/blogCarousel.css @@ -483,6 +483,15 @@ border: 1px solid rgba(99, 102, 241, 0.15); } +.blog-carousel-section p { + color: #111827 !important; +} + +[data-theme="dark"] .blog-carousel-section p { + color: #d1d5db !important; +} + + [data-theme="dark"] .card-read-time { color: #a78bfa; background: rgba(167, 139, 250, 0.1); diff --git a/src/components/blogCarousel/blogCarousel.tsx b/src/components/blogCarousel/blogCarousel.tsx index 524b2132..077cab2c 100644 --- a/src/components/blogCarousel/blogCarousel.tsx +++ b/src/components/blogCarousel/blogCarousel.tsx @@ -40,7 +40,7 @@ export function BlogCarousel() {

From the Blog

-

+

Latest articles from our contributors

From cc535cde236aa86e070849c9fa5561f06c424df8 Mon Sep 17 00:00:00 2001 From: chandni5033 Date: Tue, 26 May 2026 13:33:35 +0530 Subject: [PATCH 2/2] Fix blog section heading visibility issue --- src/components/blogCarousel/blogCarousel.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/blogCarousel/blogCarousel.css b/src/components/blogCarousel/blogCarousel.css index 7a7483c2..898a4d6d 100644 --- a/src/components/blogCarousel/blogCarousel.css +++ b/src/components/blogCarousel/blogCarousel.css @@ -491,6 +491,15 @@ color: #d1d5db !important; } +.blog-carousel-section h2 { + color: #111827 !important; + opacity: 1 !important; +} + +[data-theme="dark"] .blog-carousel-section h2 { + color: #f9fafb !important; + opacity: 1 !important; +} [data-theme="dark"] .card-read-time { color: #a78bfa;