From 9fb3544d419b8352f1375359b1f05e7f124f27cf Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Mon, 20 Nov 2023 16:34:58 +0200 Subject: [PATCH] Fix css --- src/components/ui/Background.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/Background.module.css b/src/components/ui/Background.module.css index d70ff29..89650b3 100644 --- a/src/components/ui/Background.module.css +++ b/src/components/ui/Background.module.css @@ -37,6 +37,6 @@ left: 0; width: 100vw; height: 100vh; - backdrop-filter: var(--bg-blur-large); + backdrop-filter: var(--bg-blur-lg); background-color: rgba(0, 0, 0, 0.4); }