From 2127d5ca1609657e51b4265b194c91c7c389a2a5 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 22 Jul 2023 18:11:45 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9sactive=20les=20couleurs=20d=C3=A9finies?= =?UTF-8?q?=20dans=20le=20th=C3=A8me=20pour=20la=20fen=C3=AAtre=20light?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/light.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/layout/light.css b/core/layout/light.css index 100bba06..d558d71c 100755 --- a/core/layout/light.css +++ b/core/layout/light.css @@ -18,6 +18,12 @@ /* Site */ #site { max-width: 600px !important; + border-radius: 5px !important; +} + +#site, p, div, label, select, input, table, span { + background-color: rgba(255, 255, 255, 1) !important; + color: rgba(33, 34, 35, 1) !important; } section {