From e9e9a50c756950d308261d7b6c9671469272fda8 Mon Sep 17 00:00:00 2001 From: chankalan Date: Mon, 27 Sep 2021 14:28:03 +0200 Subject: [PATCH] =?UTF-8?q?plus=20de=20contraste=20sur=20les=20ic=C3=B4ne?= =?UTF-8?q?=20blanches?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- squelettes/scss/utils/_variables-perso.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/squelettes/scss/utils/_variables-perso.scss b/squelettes/scss/utils/_variables-perso.scss index e8473c4..77f87b3 100644 --- a/squelettes/scss/utils/_variables-perso.scss +++ b/squelettes/scss/utils/_variables-perso.scss @@ -19,3 +19,6 @@ $container-width: 1100px; $screen-largeplus: $container-width; $bp-largeplus: breakpoint(max-width, em($screen-largeplus, $_base-font-size)); $bp-largeplus-up: breakpoint(min-width, em($screen-largeplus+1px, $_base-font-size)); + + +$blancTransparent: rgba($white,0.9);