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

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