From 61a4c078aa062632e2ca0096d0c8a73e2ef9c68a Mon Sep 17 00:00:00 2001 From: kevinbaojz Date: Sun, 22 Sep 2024 00:50:44 -0500 Subject: [PATCH] update --- client/src/index.css | 3 +-- client/src/pages/Userinfo/Userinfo.css | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/index.css b/client/src/index.css index 0ef0262..f1834d3 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -17,8 +17,7 @@ overflow-y: scroll; width: 100%; height: 100%; - - background-color: rgba(21, 21, 21,.7); + background-color: black background-size: cover; } diff --git a/client/src/pages/Userinfo/Userinfo.css b/client/src/pages/Userinfo/Userinfo.css index 028a984..65fd211 100644 --- a/client/src/pages/Userinfo/Userinfo.css +++ b/client/src/pages/Userinfo/Userinfo.css @@ -6,4 +6,5 @@ border: none; outline: none; padding: 2vh; + line-height: 10px; } \ No newline at end of file