From 39b5d633c6b8891a5551f8028c6e52bfe67e7b2e Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 18 May 2022 07:59:54 +0000 Subject: [PATCH] add important --- themes/learn2/css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/learn2/css/custom.css b/themes/learn2/css/custom.css index 91fb570..e31acf6 100644 --- a/themes/learn2/css/custom.css +++ b/themes/learn2/css/custom.css @@ -39,14 +39,14 @@ Put your custom CSS in this file. } #main { - background-color: #ff0000; + background-color: #ff0000 !important; } body { - background-color: #00ff00; + background-color: #00ff00 !important; } .bg { - background-color: #0000ff; + background-color: #0000ff !important; }