From 64d343794d8daf5d05682b9d7de8dfb06ecb69e5 Mon Sep 17 00:00:00 2001 From: ishan657 Date: Thu, 24 Oct 2024 06:03:08 +0530 Subject: [PATCH] fix : added the same bg color of About Us as other cards --- src/css/style.min.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/css/style.min.css b/src/css/style.min.css index 1287f7a..7105719 100644 --- a/src/css/style.min.css +++ b/src/css/style.min.css @@ -857,6 +857,8 @@ a:focus { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); border-radius: 10px; padding-top: 1.5rem; + background-color: #f4f4f9; + background: rgba(255, 255, 255, 0.45); } .owner-card { display: flex;