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; }