Skip to content

Commit cc535cd

Browse files
committed
Fix blog section heading visibility issue
1 parent e5f4af0 commit cc535cd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/components/blogCarousel/blogCarousel.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,15 @@
491491
color: #d1d5db !important;
492492
}
493493

494+
.blog-carousel-section h2 {
495+
color: #111827 !important;
496+
opacity: 1 !important;
497+
}
498+
499+
[data-theme="dark"] .blog-carousel-section h2 {
500+
color: #f9fafb !important;
501+
opacity: 1 !important;
502+
}
494503

495504
[data-theme="dark"] .card-read-time {
496505
color: #a78bfa;

0 commit comments

Comments
 (0)