From dd27c3a873f7271e066a0fb876b5ff115e8d5f85 Mon Sep 17 00:00:00 2001 From: Manan Jethwani Date: Tue, 29 Jun 2021 00:53:00 +0530 Subject: [PATCH] changed tile background color --- static/skin/home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/skin/home.css b/static/skin/home.css index c6674686d..c4f6874fc 100644 --- a/static/skin/home.css +++ b/static/skin/home.css @@ -74,7 +74,7 @@ body { height: 280px; width: 250px; margin: 15px; - background-color: #fbfbfb; + background-color: #f7f7f7; border: 1px solid #ececec; border-radius: 3px; display: grid;