diff --git a/themes/learn2/css/custom.css b/themes/learn2/css/custom.css index f6481c2..4df9f1b 100644 --- a/themes/learn2/css/custom.css +++ b/themes/learn2/css/custom.css @@ -39,9 +39,13 @@ Put your custom CSS in this file. } #main { - background-color: #111111 + background-color: #111111; } body { - background: #111111 + background: #111111; +} + +.bg { + background: #111111; }