From 90f4442af486c8aff8dec4a82a9b203c065a301d Mon Sep 17 00:00:00 2001 From: Remo Zaros Date: Thu, 7 May 2026 17:06:14 +0200 Subject: [PATCH] Change color backdrop --- assets/postcode_dialog.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/assets/postcode_dialog.css b/assets/postcode_dialog.css index 357e637..12107a4 100644 --- a/assets/postcode_dialog.css +++ b/assets/postcode_dialog.css @@ -1,7 +1,10 @@ -.postcode_dialog { - background: green; +.postcode_modal { + backgrounnd: green; + border-radius: 30px; + box-shadow(10px); + border: none; } -body { - background-color: firebrick !important; +& ::backdrop { + background-color: hsl(40deg 100 30 /0.5); }