From d4afbb2e6e6e66df5b021f27968971074eb88a9a Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Thu, 27 Jan 2022 20:53:09 -0500 Subject: [PATCH] Change border radius and colors --- static/css/user.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/user.css b/static/css/user.css index 6c5938d..a0207cf 100644 --- a/static/css/user.css +++ b/static/css/user.css @@ -8,7 +8,7 @@ h2, p { .userMeta { padding: 2vw; - border-radius: 8px; + border-radius: 12px; } .userMeta__upper { @@ -34,8 +34,8 @@ h2, p { } .post { - border-radius: 8px; - background-color: #2c2c2c; + border-radius: 12px; + background-color: #3b3b3b; font-weight: 400; }