This commit is contained in:
Georgi Gardev
2023-11-20 16:34:58 +02:00
parent 81a2ee4be8
commit 9fb3544d41

View File

@@ -37,6 +37,6 @@
left: 0; left: 0;
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
backdrop-filter: var(--bg-blur-large); backdrop-filter: var(--bg-blur-lg);
background-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 0, 0, 0.4);
} }