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 */