From 3030dcfefd1a6a62074e78700eebd3dd49f81b8d Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Wed, 14 Sep 2022 19:13:23 +0300 Subject: added a background color fix for dark scheme users --- style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'style.css') diff --git a/style.css b/style.css index 8a3e2abf..d41c098c 100644 --- a/style.css +++ b/style.css @@ -47,6 +47,7 @@ #toprow div{ border: none; gap: 0; + background: transparent; } #resize_mode{ -- cgit v1.2.1