From c6662d849edb29724dc8e003fa9b8fba66c872de Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 18 May 2022 08:03:18 +0000 Subject: [PATCH] Dark background --- themes/learn2/css/custom.css | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) 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; -}