From 170bf2fa3005dd9ba2b597cfca3515b85cf4091d Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 18 May 2022 08:14:08 +0000 Subject: [PATCH] test again --- themes/learn2/css/custom.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/themes/learn2/css/custom.css b/themes/learn2/css/custom.css index e0cc306..32ca4c2 100644 --- a/themes/learn2/css/custom.css +++ b/themes/learn2/css/custom.css @@ -38,11 +38,7 @@ Put your custom CSS in this file. opacity: 1; /* something firefox fix */ } -#body { - background: #00ff00; -} - -#main { - background: #ff0000; +body { + background: #ff0000 !important; }