From afac47c63498ad39a7ecb7c74fe4427abd1eb4bc Mon Sep 17 00:00:00 2001 From: Grzegorz Kucmierz Date: Mon, 23 Feb 2026 01:14:10 +0000 Subject: [PATCH] chore: adjust panel background for modal --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index e532685..9a0288d 100644 --- a/src/style.css +++ b/src/style.css @@ -31,7 +31,7 @@ --toggle-btn-border: rgba(255, 255, 255, 0.2); --toggle-hover-border: #ffffff; --toggle-active-shadow: 0 0 10px rgba(0, 242, 255, 0.3); - --panel-bg: rgba(255, 255, 255, 0.1); + --panel-bg: rgba(0, 0, 0, 0.4); --panel-border: rgba(255, 255, 255, 0.1); --panel-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); --button-bg: rgba(255, 255, 255, 0.1);