Merge pull request #15904 from Snuffleupagus/tweak-sidebarContent-background

Remove the `background-color` of the sidebarContent (PR 15850 follow-up)
This commit is contained in:
Tim van der Meij 2023-01-08 14:21:15 +01:00 committed by GitHub
commit ca668dfd41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -281,7 +281,6 @@ body {
overflow: auto;
position: absolute;
width: 100%;
background-color: rgba(0, 0, 0, 0.05);
box-shadow: inset calc(-1px * var(--dir-factor)) 0 0 rgba(0, 0, 0, 0.25);
}