Use variables for blurred bg

This commit is contained in:
thiloho
2024-09-24 17:35:28 +02:00
parent e87ea3cfb5
commit 0e3c0f094c
3 changed files with 4 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
position: fixed;
inset: 0;
z-index: 10;
background-color: rgba(0, 0, 0, 0.5);
background-color: var(--bg-blurred);
}
.modal__content {