From dfe7ba6409bfae95977a4d65186bdf54041c6549 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 18 May 2022 08:01:18 +0000 Subject: [PATCH] inner body background --- themes/learn2/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/learn2/css/custom.css b/themes/learn2/css/custom.css index e31acf6..7a644f1 100644 --- a/themes/learn2/css/custom.css +++ b/themes/learn2/css/custom.css @@ -50,3 +50,7 @@ body { background-color: #0000ff !important; } +#body-inner { + background-color: #ff0000 !important; +} +