From 920a2f2427660f56fa8e162f8184f23958bdab71 Mon Sep 17 00:00:00 2001 From: jelveh Date: Sun, 20 Oct 2024 20:15:19 -0700 Subject: [PATCH] tweak: make backdrop darker to increase focus on active window --- src/gui/src/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/css/style.css b/src/gui/src/css/style.css index 023fdd1c..129a7ac4 100644 --- a/src/gui/src/css/style.css +++ b/src/gui/src/css/style.css @@ -952,7 +952,7 @@ span.header-sort-icon img { bottom: 0; left: 0; right: 0; - background-color: #00000052; + background-color: #00000080; } .window.ui-resizable-resizing {