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 {
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);
}