From 5a292256f6b42d13835af9e2a7a2ea3d70687269 Mon Sep 17 00:00:00 2001 From: g-pooja-03 Date: Sun, 17 Nov 2024 16:11:11 -0500 Subject: [PATCH] profile page styling fix --- client/src/components/main/profile/accountInfo/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/components/main/profile/accountInfo/index.css b/client/src/components/main/profile/accountInfo/index.css index 48634a5..d3d284d 100644 --- a/client/src/components/main/profile/accountInfo/index.css +++ b/client/src/components/main/profile/accountInfo/index.css @@ -28,6 +28,7 @@ .user-details h2 { color: #000000; + background-color: white; font-size: 35px; font-weight: bold; margin: 0; @@ -51,11 +52,13 @@ font-size: 16px; font-style: bold; color: #000000; + background-color: white; } .user-details .username-info { font-size: 16px; color: #000000; + background-color: white; } .go-back-button {