From c6e403cb4f85cd2cf74f551a3d67ae9de8d66ace Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 18 May 2022 07:58:22 +0000 Subject: [PATCH] for testing --- themes/learn2/css/custom.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/themes/learn2/css/custom.css b/themes/learn2/css/custom.css index 7bdd589..91fb570 100644 --- a/themes/learn2/css/custom.css +++ b/themes/learn2/css/custom.css @@ -39,13 +39,14 @@ Put your custom CSS in this file. } #main { - background-color: #111111; + background-color: #ff0000; } body { - background-color: #111111; + background-color: #00ff00; } .bg { - background-color: #111111; + background-color: #0000ff; } +