Change color backdrop

This commit is contained in:
Remo Zaros
2026-05-07 17:06:14 +02:00
parent 179da8d2b2
commit 90f4442af4

View File

@@ -1,7 +1,10 @@
.postcode_dialog { .postcode_modal {
background: green; backgrounnd: green;
border-radius: 30px;
box-shadow(10px);
border: none;
} }
body { & ::backdrop {
background-color: firebrick !important; background-color: hsl(40deg 100 30 /0.5);
} }