From 79c7796f92b4da2cfb064e708aed9f12872b655b Mon Sep 17 00:00:00 2001 From: Vinod J M Date: Sun, 4 Dec 2022 23:19:18 +0530 Subject: [PATCH] v0.16-ACTAUL-V0.3 --- frontend/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/css/index.css b/frontend/css/index.css index 92672ba..7b93eaa 100644 --- a/frontend/css/index.css +++ b/frontend/css/index.css @@ -34,7 +34,7 @@ body { width: 80%; /* Could be more or less, depending on screen size */ height: 90%; overflow: auto; /* Enable scroll if needed */ - background-color: rgb(1,1,1); /* Fallback color */ + background-color: #f1f1f1; /* Fallback color */ } /* Float three header columns side by side */