From 0e2727345bcaecc045f95acb798bedd1a8f24d4d Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 7 May 2022 20:46:15 +0300 Subject: [PATCH] inherit sidebar background color inherited background is safer than using --toolbar-bgcolor which is very likely to have transparency if theme has images. --- chrome/autohide_sidebar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/autohide_sidebar.css b/chrome/autohide_sidebar.css index 81e0492..90dcb85 100644 --- a/chrome/autohide_sidebar.css +++ b/chrome/autohide_sidebar.css @@ -50,7 +50,7 @@ See the above repository for updates as well as full license text. */ #sidebar, #sidebar-header{ - background-color: var(--toolbar-bgcolor) !important; + background-color: inherit !important; border-inline: 1px solid rgb(80,80,80); border-inline-width: 0px 1px; }