From 8cfa9757d62ceaa31229db6598d0caa58a5bccd0 Mon Sep 17 00:00:00 2001 From: hossainemruz Date: Mon, 8 Jun 2020 06:43:47 +0600 Subject: [PATCH] Change profile background color --- static/assets/css/home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/assets/css/home.css b/static/assets/css/home.css index 4f193c3..78c0373 100644 --- a/static/assets/css/home.css +++ b/static/assets/css/home.css @@ -28,7 +28,7 @@ .home img { width: 148px; height: 148px; - background-color: #f9fafc; + background-color: #e7e7ef; padding: 5px; margin-bottom: 10px; }