From eb5451003653d42980005a80c216bf17427ca9f4 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 22 Jul 2023 17:29:00 +0200 Subject: [PATCH] unset light container backgrounbd color --- core/layout/light.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/layout/light.css b/core/layout/light.css index 100bba06..3814126f 100755 --- a/core/layout/light.css +++ b/core/layout/light.css @@ -18,6 +18,8 @@ /* Site */ #site { max-width: 600px !important; + background-color: unset; + } section {