From 40d058c059bff63e4fc19422e2674242b3faca55 Mon Sep 17 00:00:00 2001 From: ev45 <92892254+ev45@users.noreply.github.com> Date: Wed, 20 Oct 2021 18:17:40 -0400 Subject: [PATCH] Changed color to orange --- static/app/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app/css/app.css b/static/app/css/app.css index 5a20fec..d4d2623 100644 --- a/static/app/css/app.css +++ b/static/app/css/app.css @@ -1,3 +1,3 @@ .jumbotron { - background-color: Lime; + background-color: Orange; }