From 85c1d93608de9efb75aba8d63135a3764cb92277 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 10 Nov 2019 14:05:23 -0500 Subject: [PATCH] [S] Apply darker background to #app-content too --- src/components/app/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/app/app.scss b/src/components/app/app.scss index a30c16d..57d3b82 100644 --- a/src/components/app/app.scss +++ b/src/components/app/app.scss @@ -49,7 +49,7 @@ } // Overall - #overall, #overall-course, .overall-span + #overall, #overall-course, .overall-span, #app-content { background: #555555 !important; }