From 00079a7cb740e4484a7e692b6e36d65bbab9eab2 Mon Sep 17 00:00:00 2001 From: Benjamin Wiegand Date: Sun, 8 Sep 2024 14:32:28 -0700 Subject: [PATCH] make modal background darker --- www/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/style.css b/www/style.css index 57107b2..a22feb9 100644 --- a/www/style.css +++ b/www/style.css @@ -232,7 +232,7 @@ input:checked + .modal { left: 0; width: 100%; height: 100%; - background-color: #00000066; + background-color: #000000CC; overflow: auto; }