frontend: add dialog backdrop

This commit is contained in:
Lennart
2025-08-23 20:00:42 +02:00
parent bfe17d0b65
commit 0829093571

View File

@@ -317,6 +317,10 @@ dialog {
padding: 32px;
}
dialog::backdrop {
background: color-mix(in srgb, var(--background-color), transparent 50%);
}
footer {
display: flex;
justify-content: center;