From 2379733673b1c8c918637653a14cddc7f8e93b53 Mon Sep 17 00:00:00 2001 From: Oriol Carbonell Date: Thu, 21 Dec 2023 16:19:04 +0100 Subject: [PATCH] =?UTF-8?q?Set=20multiply=20blending=20mode=20to=20campgro?= =?UTF-8?q?und=20map=E2=80=99s=20zones=20and=20trees?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/camper.css | 9 +++++++++ web/static/public.css | 11 +++++++++++ 2 files changed, 20 insertions(+) diff --git a/web/static/camper.css b/web/static/camper.css index 4418d6b..3afda4e 100644 --- a/web/static/camper.css +++ b/web/static/camper.css @@ -619,3 +619,12 @@ textarea { #snackbar [role="alert"].open { translate: -50%; } + + +#arbres { + mix-blend-mode: multiply; +} + +#zones { + mix-blend-mode: multiply; +} \ No newline at end of file diff --git a/web/static/public.css b/web/static/public.css index b1e9f9b..0c6f25c 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -1135,6 +1135,13 @@ body > footer div, .campsite_type_features, .campsite_type_detail { border-top: 3px solid black; } +/* highlight footer season */ +body > footer section:nth-child(3) { + background: var(--accent-2); +} + + + .campsite_type_detail { padding-bottom: 2.5rem; } @@ -1218,6 +1225,10 @@ address { mix-blend-mode: multiply; } +#zones { + mix-blend-mode: multiply; +} + /* surrounding */ .ad-container {