From 5389994e33213ca29b4f2bbcce64dca81cc7833b Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 18 May 2022 18:47:31 +0000 Subject: [PATCH] Remove !important --- themes/learn2/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/learn2/css/custom.css b/themes/learn2/css/custom.css index 32ca4c2..ce4d54d 100644 --- a/themes/learn2/css/custom.css +++ b/themes/learn2/css/custom.css @@ -39,6 +39,6 @@ Put your custom CSS in this file. } body { - background: #ff0000 !important; + background: #ff0000; }