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 {