From 97ec7d756b63a0c82cc9ba084d645ffbdc2d7419 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sat, 5 Aug 2023 16:25:27 +0200 Subject: [PATCH] =?UTF-8?q?couleur=20de=20banni=C3=A8re=20light=20forc?= =?UTF-8?q?=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/light.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/core/layout/light.css b/core/layout/light.css index a0ad50a9..2595d439 100755 --- a/core/layout/light.css +++ b/core/layout/light.css @@ -21,12 +21,8 @@ border-radius: 5px !important; } -section > p, -section > div:not(.message), -section > label, -section > select, -section > input, -section > table { +#site > section:not(.message) + { background-color: rgba(255, 255, 255, 1) !important; color: rgba(33, 34, 35, 1) !important; }