From 780044b3695a514c38e595bce19ecbe734f25f56 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Thu, 27 Jan 2022 20:43:09 -0500 Subject: [PATCH] Change color --- static/css/user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/user.css b/static/css/user.css index c8e487b..6c5938d 100644 --- a/static/css/user.css +++ b/static/css/user.css @@ -35,7 +35,7 @@ h2, p { .post { border-radius: 8px; - background-color: #3f3f3f; + background-color: #2c2c2c; font-weight: 400; }