From 14a87a25785f49606ff3ed6c7ddb7c041a5b08e4 Mon Sep 17 00:00:00 2001 From: ae Date: Thu, 17 Apr 2025 17:19:04 +0300 Subject: [PATCH] feat: modal bg blur instead of plain color --- web/src/app.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/src/app.css b/web/src/app.css index 2e8adeb..efa020c 100644 --- a/web/src/app.css +++ b/web/src/app.css @@ -250,8 +250,7 @@ /* Settings modal */ .modal-backdrop { - /* @apply bg-opacity-50 fixed inset-0 z-50 flex items-center justify-center bg-black; */ - @apply fixed inset-0 z-50 flex items-center justify-center bg-black; + @apply fixed inset-0 z-50 flex items-center justify-center backdrop-blur-xs; } .modal-content {