From 25240bc3c7e4ba51b78111229eb8d8df6b12e7bd Mon Sep 17 00:00:00 2001 From: MTSyntho Date: Wed, 11 Dec 2024 22:11:03 +0200 Subject: [PATCH] Re-added darkened background to window --- stylesheets/window.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/window.css b/stylesheets/window.css index 1204fbc..94954af 100644 --- a/stylesheets/window.css +++ b/stylesheets/window.css @@ -52,7 +52,7 @@ .wb-body { /* set the width of window border via margin: */ - background: hsla(267, 0%, 9%, 0.0); /* Originally 0.314 */ + background: hsla(267, 0%, 9%, 0.312); } @font-face { @@ -69,4 +69,4 @@ .winbox .wb-full { display: none -} \ No newline at end of file +}