From b2f4c31270c1f99ecc353e670d3eb4c1f626e8e0 Mon Sep 17 00:00:00 2001 From: aditya singh rathore Date: Wed, 17 Sep 2025 13:18:10 +0530 Subject: [PATCH] Fixed text visibility --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b3406dd..7fc7702 100644 --- a/index.html +++ b/index.html @@ -70,12 +70,12 @@ /* About Us Glassmorphic Box */ .about-card-box { - background: linear-gradient(135deg, #e8f8f5 0%, #d4fc79 100%); + background: linear-gradient(135deg, #b5b7b6 0%, #518470 40%); border-radius: 22px; box-shadow: 0 8px 32px rgba(39, 174, 96, 0.18); border: 1px solid rgba(39, 174, 96, 0.18); backdrop-filter: blur(10px); - color: #222; + color: #222 !important; transition: box-shadow 0.3s, background 0.3s, transform 0.3s; position: relative; overflow: hidden;