From 205c215217c04e6c3e4a996a89f223cda4abe0a7 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 18 May 2022 07:49:28 +0000 Subject: [PATCH] Test body tag --- themes/learn2/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/learn2/css/custom.css b/themes/learn2/css/custom.css index c1c23da..f6481c2 100644 --- a/themes/learn2/css/custom.css +++ b/themes/learn2/css/custom.css @@ -41,3 +41,7 @@ Put your custom CSS in this file. #main { background-color: #111111 } + +body { + background: #111111 +}