diff --git a/themes/learn2/css/custom.css b/themes/learn2/css/custom.css index 7a644f1..90f447c 100644 --- a/themes/learn2/css/custom.css +++ b/themes/learn2/css/custom.css @@ -38,19 +38,8 @@ Put your custom CSS in this file. opacity: 1; /* something firefox fix */ } -#main { - background-color: #ff0000 !important; +#body { + background-color: #111111; } -body { - background-color: #00ff00 !important; -} - -.bg { - background-color: #0000ff !important; -} - -#body-inner { - background-color: #ff0000 !important; -}