inherit sidebar background color

inherited background is safer than using --toolbar-bgcolor which is very
likely to have transparency if theme has images.
This commit is contained in:
MrOtherGuy 2022-05-07 20:46:15 +03:00
parent 352677b8b8
commit 0e2727345b

View file

@ -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;
}