From 4f96d489f5cf6676f60e21a23c8fa0bea55b3d5f Mon Sep 17 00:00:00 2001 From: riley Date: Thu, 14 Sep 2023 15:34:03 -0400 Subject: [PATCH] Updated dashboard blur value to match the rest of the UI --- css/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 5f4bcb8..a0c085d 100644 --- a/css/custom.css +++ b/css/custom.css @@ -25,7 +25,8 @@ .Dashboard .dashboard-bg { border-radius: 16px; - background-color: #3f3f3f69 + background-color: #3f3f3f69; + backdrop-filter: blur(20px); } .Dashboard .title {