mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
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:
parent
352677b8b8
commit
0e2727345b
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ See the above repository for updates as well as full license text. */
|
||||||
|
|
||||||
#sidebar,
|
#sidebar,
|
||||||
#sidebar-header{
|
#sidebar-header{
|
||||||
background-color: var(--toolbar-bgcolor) !important;
|
background-color: inherit !important;
|
||||||
border-inline: 1px solid rgb(80,80,80);
|
border-inline: 1px solid rgb(80,80,80);
|
||||||
border-inline-width: 0px 1px;
|
border-inline-width: 0px 1px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue